How to install the Azure Active Directory PowerShell module

You can install the Azure Active Directory PowerShell module by using the following steps:

  1. Open Windows PowerShell as an administrator (1).
  2. Run the command: Install-Module -Name AzureAD  (2).
  3. If you see a prompt to install NuGet, type Y, and press Enter.
  4. If you see a prompt to install the module from the PowerShell Gallery, type Y, and press Enter.

Once the installation is complete, you can use the Azure Active Directory PowerShell cmdlets by running the Connect-AzureAD (3) cmdlet and providing your Azure AD credentials (4).

 

Was this article helpful?

Related Articles

Leave A Comment?