Add-AzureADMSAdministrativeUnitMember
Adds an administrative unit member.
Syntax
Add-AzureADMSAdministrativeUnitMember
-Id <String>
-RefObjectId <String>
[<CommonParameters>]
Description
The Add-AzureADMSAdministrativeUnitMember cmdlet adds an Active Directory administrative unit member.
Examples
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Parameters
-Id
Specifies the ID of an Active Directory administrative unit.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-RefObjectId
Specifies the unique ID of the specific Azure Active Directory object that will be assigned as owner/manager/member.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |