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