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