73 строки
1.9 KiB
YAML
73 строки
1.9 KiB
YAML
### YamlMime:PowershellCmdlet
|
|
summary: |-
|
|
Creates an administrative unit.
|
|
module: AzureAD
|
|
notes: ""
|
|
syntaxes:
|
|
- >-
|
|
New-AzureADMSAdministrativeUnit [-InformationAction <ActionPreference>] [-InformationVariable <String>]
|
|
|
|
[-Description <String>] -DisplayName <String> [<CommonParameters>]
|
|
examples:
|
|
- title: Example 1
|
|
code: |-
|
|
PS C:\> {{ Add example code here }}
|
|
description: |-
|
|
{{ Add example description here }}
|
|
summary: ""
|
|
parameters:
|
|
- type: <xref href="String" data-throw-if-not-resolved="False" />
|
|
name: Description
|
|
description: |+
|
|
Specifies a description for the new administrative unit.
|
|
|
|
defaultValue: None
|
|
position: Named
|
|
aliases: ""
|
|
parameterValueGroup: ""
|
|
- type: <xref href="String" data-throw-if-not-resolved="False" />
|
|
name: DisplayName
|
|
isRequired: true
|
|
description: |+
|
|
Specifies the display name of the new administrative unit.
|
|
|
|
defaultValue: None
|
|
position: Named
|
|
aliases: ""
|
|
parameterValueGroup: ""
|
|
- type: <xref href="ActionPreference" data-throw-if-not-resolved="False" />
|
|
name: InformationAction
|
|
description: |+
|
|
Specifies how this cmdlet responds to an information event.
|
|
The acceptable values for this parameter are:
|
|
|
|
- Continue
|
|
- Ignore
|
|
- Inquire
|
|
- SilentlyContinue
|
|
- Stop
|
|
- Suspend
|
|
|
|
defaultValue: None
|
|
position: Named
|
|
aliases: infa
|
|
parameterValueGroup: ""
|
|
- type: <xref href="String" data-throw-if-not-resolved="False" />
|
|
name: InformationVariable
|
|
description: |+
|
|
Specifies an information variable.
|
|
|
|
defaultValue: None
|
|
position: Named
|
|
aliases: iv
|
|
parameterValueGroup: ""
|
|
uid: AzureAD.New-AzureADMSAdministrativeUnit
|
|
name: New-AzureADMSAdministrativeUnit
|
|
description: |-
|
|
The New-AzureADMSAdministrativeUnit cmdlet creates an administrative unit in Azure Active Directory (AD).
|
|
metadata:
|
|
external help file: Microsoft.Open.MS.GraphV10.PowerShell.dll-Help.xml
|
|
Module Name: AzureAD
|
|
online version: ""
|
|
schema: 2.0.0
|