Skip to content

Latest commit

 

History

History
114 lines (84 loc) · 2.43 KB

Add-AzureADAdministrativeUnitMember.md

File metadata and controls

114 lines (84 loc) · 2.43 KB
external help file Module Name ms.assetid ms.custom ms.reviewer online version schema
Microsoft.Open.AzureADBeta.Graph.PowerShell.dll-Help.xml
AzureADPreview
C2254A89-1700-4321-99FD-529E481705A3
iamfeature=PowerShell
rodejo
2.0.0

Add-AzureADAdministrativeUnitMember

SYNOPSIS

Adds an administrative unit member.

SYNTAX

Add-AzureADAdministrativeUnitMember -ObjectId <String> -RefObjectId <String>
 [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

DESCRIPTION

The Add-AzureADAdministrativeUnitMember cmdlet adds an Active Directory administrative unit member.

EXAMPLES

PARAMETERS

-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
Parameter Sets: (All)
Aliases: infa

Required: False
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
Parameter Sets: (All)
Aliases: iv

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ObjectId

Specifies the ID of an Active Directory administrative unit.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-AzureADAdministrativeUnitMember

Remove-AzureADAdministrativeUnitMember