PowerShell Azure AD Management
Manage Azure AD using PowerShell.
John Savill
March 20, 2015
1 Min Read
Q. How can I manage Azure AD using PowerShell?
A. There are two components required to manage Azure AD using PowerShell. First, you need to download and install the Microsoft Online Services Sign-In Assistant for IT Professionals RTW. It can be obtained from http://www.microsoft.com/en-us/download/details.aspx?id=41950. Next download and install the Azure AD Module from http://go.microsoft.com/fwlink/p/?linkid=236297. Once both are installed you can use the new module:
Import-Module MSOnline
You then need to connect to an Office 365 account:
Connect-MsolService
Then use the various cmdlets available. These can be viewed using:
Get-Command -Module MSOnline
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like