Get AD Group Members
Retrieves all members of an Active Directory group.
Privileges
Normal.
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Domain | String | Yes |
The name of the user object Domain. For example:
|
| Group Name | String | Yes | The CommonName of the group. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
| Members | String | A list of members distinguished names. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
| Domain | String | Yes | Abc.com |
| Group Name | String | Yes | Administrators |
