Use the following Powershell script to connect to Azure Active Directory and Microsoft O365. This enables you to use all the O365 Powershell commands. #Connecting to Exchange Online and Azure Active Directory #This first command will import the Azure Active Directory module into your PowerShell session. Import-Module MSOnline #Capture administrativeRead More →