Azure – install Azure AD module

To be able to interact from a Powershell prompt with Azure environment, it is necessary to install appropriate module, as Azure AD module.

  1. Open elevated Powershell
  2. run commend Install-Module AzureAD
  3. Type Y to all questions during the install process, as NuGet provider installation and access to the Untrusted repository

Once Azure AD module is installed, you will be able to connect to your Azure. To do this, run the command

Connect-AzureAD

After this command you will be able to run any other available command to configure, get info, create objects, etc.