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 […]

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 […]