Install-Module MSOnline
Install-Module AzureAD
Import-Module AzureAD
Run the command to resolve the issue below.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12


Install-Module MSOnline
Install-Module AzureAD
Import-Module AzureAD
Run the command to resolve the issue below.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12


The Exchange Online Powershell V1 module is now deprecated. We need to use the Exchange OnlinePowershell V3 module instead. Command to install Modulehttps://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.1.0 Install-Module -Name ExchangeOnlineManagement…
Leave a Reply