Remove Member From AD Group
Removes a user from an Active Directory group.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| User | String | Yes | The common name of the user. |
| Group | String | Yes | The common name of the group. |
| Domain Name | String | Yes | The name of the group’s domain. For example, DC=California,DC=local or California.local |
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 |
|---|---|---|---|
| User | String | Yes | Jon Smith |
| Group | String | Yes | Marketing |
| Domain | String | Yes | Abc.com |
