Get-AzureADMSAdministrativeUnitMember
Gets a member of an administrative unit.
Syntax
Get-AzureADMSAdministrativeUnitMember
-Id <String>
[-All <Boolean>]
[-Top <Int32>]
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[<CommonParameters>]
Description
The Get-AzureADMSAdministrativeUnitMember cmdlet gets a member of an Active Directory administrative unit.
Examples
Example 1 Get an administrative unit member by ID
PS C:\> Get-AzureADMSAdministrativeUnitMember -Id "ef08b536-9d0a-4f8f-bda5-8b9cd01a9159"
Parameters
-All
If true, return all administrative unit members. If false, return the number of objects specified by the Top parameter
| Type: | Boolean |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-Id
Specifies the ID of an administrative unit in Azure Active Directory.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-InformationAction
Specifies how this cmdlet responds to an information event. The acceptable values for this parameter are: * Continue
- Ignore
- Inquire
- SilentlyContinue
- Stop
- Suspend
| Type: | ActionPreference |
| Aliases: | infa |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-InformationVariable
Specifies a variable in which to store an information event message.
| Type: | String |
| Aliases: | iv |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-Top
Specifies the maximum number of records to return.
| Type: | Int32 |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |