Manage administrative units in Azure AD
Updated: July 30, 2015
Applies To: Azure, Azure Active Directory, Office 365, Windows Intune
Manage administrative units
Use the following cmdlets to perform a variety of tasks related to administrative units and administrative unit membership, including adding a user to an administrative unit, creating or removing administrative units.
The Add-MsolAdministrativeUnitMember сmdlet is used to add a member to an administrative unit. |
|
The Add-MsolScopedRoleMember cmdlet is used to add a member to a role scoped to a specified administrative unit. |
|
The Get-MsolAdministrativeUnit cmdlet is used to retrieve administrative units from Azure AD. |
|
The Get-MsolAdministrativeUnitMember cmdlet is used to retrieve all members of the specified administrative unit. |
|
The Get-MsolScopedRoleMember cmdlet is used to retrieve all members of the specified role that is scoped to a specified administrative unit. |
|
The New-MsolAdministrativeUnit cmdlet is used to add a new administrative unit to Azure AD. |
|
The Remove-MsolAdministrativeUnit cmdlet is used to delete an administrative unit from Azure AD. |
|
The Remove-MsolAdministrativeUnitMember cmdlet is used to remove a member from an administrative unit. |
|
The Remove-MsolScopedRoleMember cmdlet is used to remove a user from a role scoped to a specified administrative unit. |
|
The Set-MsolAdministrativeUnit cmdlet is used to update the properties of an administrative unit. |