API Reference
Command
Set-ADXGroup
Updates a single Active Directory group with typed parameters and custom attribute support.
Examples
Generated fallback example from command syntax.
Set-ADXGroup -Identity 'Value'
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
Set-ADXGroup -Identity <string> [-Attribute <Hashtable>] [-ClearAttribute <string[]>] [-Description <string>] [-DisplayName <string>] [-Domain <string>] [-Mail <string>] [-ManagedBy <string>] [<CommonParameters>]#Parameters
- Identity string
- Gets or sets group identity (sAMAccountName, DN, or name). Mail is intentionally excluded to avoid collision with the dedicated update parameter.
- Attribute Hashtable
- Gets or sets arbitrary custom attributes to write.
- ClearAttribute string[]
- Gets or sets attributes to clear.
- Description string
- Gets or sets description.
- DisplayName string
- Gets or sets displayName.
- Domain string
- Gets or sets the optional domain DNS name.
- Mail string
- Gets or sets mail.
- ManagedBy string
- Gets or sets managedBy.
Outputs
ADPlayground.DirectoryMutationResult