Installing the Windows Azure AD Module for Windows PowerShell


Download and install the Following:

Once installed now you can run the following CMD to connect to AAD.



$UserCredential = Get-Credential
Connect-MsolService -Credential $UserCredential

Comments