How to Install Azure AD Module

In this blog post, we will install Azure AD module for PowerShell.

Type the ‘Install-Module AzureAD’ command to install the Azure AD module.

Install-Module AzureAD

As you can see from the below screen, the installation process has started.

Once the installation process is complete, we can connect to an Azure AD subscription by typing the below command.

Connect-AzureAD

Get-AzureADUser
Disconnect-AzureAD

There you have it folks.

Leave a Reply

Your email address will not be published. Required fields are marked *