Add User To Local Group
Adds a user to local group.
Privileges
Elevated – Run as administrator
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Group Name | String | Yes | The name of the local group to which the user will be added. |
User Name | String | Yes | Name of the user. |
Domain | String | Yes | The domain of the user. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example | |
---|---|---|---|---|
Group Name | String | Yes | Administrators | |
User Name | String | Yes | Jsmith | |
Domain | String | Yes | ABC.com | Specify customer domain if you are adding a Domain User to the Local Group |
Computer_Name | Specify computer name if adding Local User to Local Group |