
So you are getting serious about Azure Active Directory and you want/need to use the latest PowerShell cmdlets
well read on to see how you would install the cmdlets
as we are going to install PowerShell modules this requires administrator permissions on the computer
Do you already have AzureADPreview installed?
To confirm simply enter “get-module AzureADPreview”

If you get no results it means it is not installed
If you wanted to know what modules are installed simply run “get-module”

Yes this is a brand new Windows 10 1909 machine I am using
So let’s Install the module already
ok enough reading
the command is simple “Install-Module -Name AzureADPreview”

When prompted select Y
this is required to download the package from NuGet

Then press A (as you will regularly use NuGet ) if you have used NuGet before you will probably not see this prompt

and there you have it!
top put it to work just start with “Connect-AzureAD” and login
