API Reference
Command
Add-ADXGroupMember
Adds a member to an Active Directory group.
Examples
Generated fallback example from command syntax.
Add-ADXGroupMember -Identity 'Value' -MemberIdentity '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
Add-ADXGroupMember -Identity <string> -MemberIdentity <string> [-Domain <string>] [<CommonParameters>]#Parameters
- Identity string
- Gets or sets target group identity (sAMAccountName, DN, mail, or name).
- MemberIdentity string
- Gets or sets member identity (sAMAccountName, UPN, dNSHostName, DN, mail, or name).
- Domain string
- Gets or sets the optional domain DNS name.
Outputs
ADPlayground.DirectoryMutationResult