How to install and use the Exchange Online PowerShell module

This is a short article about how to install and use the Exchange Online PowerShell module. This is the module called ExchangeOnlineManagement. It provides all the cmdlets like ‘Get-Mailbox’, ‘Enable-MailContact’, or ‘New-DistributionGroup’. If you want to script with Exchange Online mail objects, as well as other important cloud objects like Unified Groups (‘O365 Groups’), then […]

Troubleshooting “No match was found for the specified criteria and module name”

This is a post in a series of blog articles about troubleshooting typical error situations in PowerShell cmdlets in the cloud. This time it’s about… Install-Module You try to install a Powershell Module, for example MSOnline, AzureAD, AzureADPreview, ExchangeOnlineManagement or some other module from the PowerShell Gallery needed for cloud scripting. And then, you get […]

How to install and use the AzureAD PowerShell module

This is a short article about how to install and use the AzureAD PowerShell module. This is the module that provides all the cmdlets like “Get-AzureADUser”.If you want to script with O365 and Azure objects (users, groups…), then AzureAD is one of the important modules for you. There is another article on this blog with […]

How to install and use the MSOL PowerShell module

This is a short article about how to install and use the MSOnline PowerShell module – also called the MSOL module, because it provides all these cmdlets like “Get-MSOLUser”. If you want to script with O365 and Azure objects (users, groups…), then MSOL is one of the important modules for you. There is another article […]