Skip to content

Latest commit

 

History

History
130 lines (97 loc) · 2.46 KB

File metadata and controls

130 lines (97 loc) · 2.46 KB
external help file Module Name ms.assetid ms.custom ms.reviewer online version schema
Microsoft.Open.AzureAD16.Graph.PowerShell.dll-Help.xml
AzureADPreview
29A39191-9E64-4983-8C89-B9A6C574E621
iamfeature=PowerShell
rodejo
2.0.0

New-AzureADDomain

SYNOPSIS

Creates a domain.

SYNTAX

New-AzureADDomain [-InformationAction <ActionPreference>] [-InformationVariable <String>]
 [-IsDefault <Boolean>] -Name <String> [-SupportedServices <System.Collections.Generic.List`1[System.String]>]
 [<CommonParameters>]

DESCRIPTION

The New-AzureADDomain cmdlet creates a domain in Azure Active Directory (AD).

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 an information variable.

Type: String
Parameter Sets: (All)
Aliases: iv

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

-IsDefault

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-Name

Specifies the name of the domain.

Type: String
Parameter Sets: (All)
Aliases:

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

-SupportedServices

Type: System.Collections.Generic.List`1[System.String]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

Confirm-AzureADDomain

Get-AzureADDomain

Remove-AzureADDomain

Set-AzureADDomain