Exchange Online Management

  • Blog
  • Exchange Online Management

Exchange Online and Teams Get Important PowerShell Updates

PowerShell Critical for Office 365 Although the Microsoft Graph is gaining popularity as the method for automating administrative processes for Office 365 workloads, there’s no doubt that PowerShell remains the most common automation tool. The two approaches can be mixed to create solutions when neither is quite good enough and Microsoft is still working on...

LATEST

Speedy PowerShell Access to Office 365 Groups with Get-ExoRecipient

The new Exchange Online Management PowerShell module has cmdlets that are faster than their older Remote PowerShell equivalents. Converting scripts to make the new cmdlets work takes some effort because the REST-based cmdlets have their own little quirks that need to be understood and mastered before scripts work properly. This example explains some of the issues met when converting code to report the Inbox sizes and items for Office 365 groups.

View Article