API Reference
Command
New-ADXOrganizationalUnit
Creates a new Active Directory organizational unit.
Examples
Generated fallback example from command syntax.
New-ADXOrganizationalUnit -Name 'Name' -ParentDistinguishedName 'Name'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ADXOrganizationalUnit -Name <string> -ParentDistinguishedName <string> [-Description <string>] [<CommonParameters>]#Parameters
- Name string
- Gets or sets the OU name.
- ParentDistinguishedName string
- Gets or sets the parent distinguished name where the OU should be created.
- Description string
- Gets or sets the optional OU description.
Outputs
ADPlayground.DirectoryMutationResult