AD Group Exists
Checks if the group exists in Active Directory.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Common Name | String | Yes | The Common Name of the group to check. |
| Domain | String | Yes | The name of the group object Domain. |
| OU | String | Organizational Unit container where the group object is contained. If undefined, the group object in the standard user's container for the domain will be retrieved. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| Conditional | String | Returns 'True' if the group exists, or 'False' if the group does not exist. |
| Result | String | Returns a success value of zero, or any value other than zero to indicate failure. |
| Result String | String | Object execution error details. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
| Common Name | String | Yes | Administrator |
| Domain | String | Yes | DC=California, DC=local, or California.local |
| OU | String | OU=Marketing |
