Installation
The Azure Active Directory PowerShell for Graph module comes in two versions. The public preview version is the most recent, but it is not recommended for use in production.
The installation steps for this version can be found at https://bit.ly/3HR3EpU.
The general availability version is the stable, recommended version for production environments. It can be installed on any computer that runs Windows Server 2008 R2 or above with the latest updates. Microsoft .NET Framework 4.5 or above is also required.
Once the prerequisites are in place, perform the following steps:
- Log in to the computer you have selected for the Azure Active Directory PowerShell for Graph module.
- Launch the PowerShell console as an administrator.
- Run the
Install-Module -Name AzureAD
command. AnswerYes
if it is a required repository update:Figure 17.10: Install AzureAD PowerShell module
- After installation, we can verify the module installation...