New-Domain
Creates a new domain with the specified name.
New-Domain [-Name] <String> [-LocallyManaged]
The New-Domain command creates a domain if it does not exist.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
The name of the domain.
Aliases | Text |
---|---|
Required? | true |
Position? | 1 |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
TODO: Provide description for this parameter
Aliases | Text |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
The input type is the type of the objects that you can pipe to the cmdlet.
- System.StringRepresents the name of a domain.
The output type is the type of the objects that the cmdlet emits.
- None.
Help Author: Adam Najmanowicz, Michael West
PS master:\> New-Domain -Name "domainName"
Last modified 11mo ago