You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Azure AD Cmdlets/index.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
Azure Active Directory PowerShell is the most commonly used user interface for IT Pros to manage their Azure Active Directory. These cmdlets cover a broad range of functionality that provide capabilities to retrieve data from the directory, create new objects in the directory or change existing objects and configure the directory and its features.
4
4
5
5
There are two PowerShell modules. The newer AzureAD V2 module implements the Graph API in PowerShell en provides a wide range of capabilities. The old MSOnline module can still be used for functionality that is not yet available in the AzureAD module.
6
+
If you are developing new PowerShell scripts with Azure AD cmdlets we advise you to use the newer [Azure Active Directory PowerShell V2 cmdlets](https://docs.microsoft.com/en-us/powershell/azuread/v2/azureactivedirectory). We will begin deprecating the older MSOnline module when all of the functionality of that module has been migrated to the newer AzureAD module.
6
7
7
8
Please refer to the below detailed description of the modules for a full list of cmdlets and functionality.
0 commit comments