How to Install MSOnline Module and Connect Azure AD of 21Vianet China Cloud using PowerShell
Posted on
Installing MSOnline is pretty Simple.
Open PowerShell in Elevated Mode and run the command,
Set-ExecutionPolicy -ExecutionPolicy unrestricted
Install-Modue -Name MSOnline

By Default, When you run the command
Connect-MsolService
You will get connected to Global Tenant ( Public Cloud)
What if … Continue Reading