external help file: Microsoft.Online.Administration.Automation.PSModule.dll-Help.xml online version: schema: 2.0.0 ms.assetid: D0D10A71-D935-4D24-B671-F8E0A5D8979D ms.reviewer: rodejo ms.custom: iamfeature=PowerShell
Adds a new administrative unit to Azure Active Directory.
New-MsolAdministrativeUnit [-DisplayName <String>] [-Description <String>] [-TenantId <Guid>]
[<CommonParameters>]
The New-MsolAdministrativeUnit cmdlet adds a new administrative unit to Azure Active Directory.
PS C:\> New-MsolAdministrativeUnit -DisplayName "West Coast" -Description "West Coast region"
This command creates a administrative unit called West Coast that has a description of West Coast region.
Specifies a display name for the administrative unit.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies a description for the administrative unit.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies the unique ID of the tenant on which to perform the operation. The default value is the tenant of the current user. This parameter applies only to partner users.
Type: Guid
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
Will return the new administrative unit that was created.