Installing PowerShell and Azure AD

Do the following steps to install PowerShell and Azure AD:

  1. Install PowerShell. See http://bit.ly/install_powershell.
  2. Open PowerShell with Run as Administrator.
  3. Run the following command to install Microsoft Office Online (MSOnline) Modules:

    Install-Module MSOnline
    
  4. Running the following command to install the Azure Active Directory Module for Windows PowerShell (64-bit version):

    Install-Module -Name AzureAD
    
    Installing Azure AD
    Fig 1: Installing Azure AD
  5. Enter Y on the command prompt to proceed with the installation.