Search for: Practical PowerShell

865 Results

Updating Microsoft Graph PowerShell Modules for Azure Automation

Every month, Microsoft generates a new version of the Graph PowerShell SDK. And if you use the SDK with Azure Automation, you must update automation accounts with the new modules. That's a pain to do manually, but easy to automate with PowerShell as we explain here.

Continue Reading Updating Microsoft Graph PowerShell Modules for Azure Automation

Practical Graph: Create a Mailbox Contents Report

Everyone likes reports. Well, here's a PowerShell script to create a report of Exchange Online mailbox content. The script uses the Graph API to list every item more than a year old (you can remove the filter if you like) and creates an Excel workbook containing the data. What you do with the information afterwards is up to you!

Continue Reading Practical Graph: Create a Mailbox Contents Report

TEC & MEC: What Happened + Power Platform Conference Announcements: Practical 365 Podcast S3 E11

What happened at TEC & MEC? Paul gives us the low-down First up this week, Paul and I chat about TEC – and how valuable it was to attend for him; and we contrast that to Microsoft conferences like Ignite. Paul talks about how TEC provides deep, real-world expertise and having expanded from technologies like […]

Continue Reading TEC & MEC: What Happened + Power Platform Conference Announcements: Practical 365 Podcast S3 E11

Introduction to the Microsoft Graph PowerShell SDK

A Unified Approach to Microsoft 365 management The Microsoft Graph API has been around for some time now and Microsoft is moving more management functions (such as License Management for Azure AD Accounts) to the platform. When Microsoft transitions a function to the Graph, organizations might have to update PowerShell scripts. Getting started with the […]

Continue Reading Introduction to the Microsoft Graph PowerShell SDK

Update Teams External Access Configuration With PowerShell

The Teams external access configuration includes an allow list that defines which Microsoft 365 tenants are allowed to collaborate with your users through chats and meetings. To make sure that your allow list is complete, we can check the guest accounts present in the tenant and update the configuration with the domains used by guests. All in a matter of some straightforward PowerShell code.

Continue Reading Update Teams External Access Configuration With PowerShell