To be able to interact from a Powershell prompt with Azure environment, it is necessary to install appropriate module, as Azure AD module.
- Open elevated Powershell
- run commend Install-Module AzureAD
- 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.