📅  最后修改于: 2023-12-03 15:13:35.464000             🧑  作者: Mango
Azure Active Directory (AD) PowerShell allows administrators to manage Azure AD resources with PowerShell cmdlets. In order to access these cmdlets, you must first install the Azure AD PowerShell module.
Before you install the Azure AD PowerShell module, you need to ensure that you:
Follow these steps to install the Azure AD PowerShell module:
Open a PowerShell console as an administrator on your machine.
Run the following command to install the Azure AD PowerShell module:
Install-Module -Name AzureAD
If prompted to install the NuGet provider, answer Yes or Yes to All.
After the module is installed, you can import the module into your PowerShell session by running the following command:
Import-Module AzureAD
Now that you have installed the Azure AD PowerShell module, you can use it to manage Azure AD resources with PowerShell cmdlets. This can greatly simplify and streamline your Azure AD administration tasks. Happy scripting!