Add given users to a group. By default, this action doesnt return any output, you can pass the -PassThru flag to return the updated object.

External Documentation

To learn more, visit the Active Directory On-Prem documentation.

Parameters

ParameterDescription
UserA comma-seperated array of usernames to add to the group.
Group NameThe name of the group to add the users to.

Advanced Parameters

ParameterDescription
Additional FlagsAdditional flags to append to the powershell command.
Disable JSON ConvertionDisable the automatic convertion of the data into JSON format, the raw data is in powershell table format.