AD User Exists
Checks if the user exists in Active Directory.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Common Name | String | Yes | The Common Name of the user to check. |
Domain | String | Yes | The name of the user object Domain. |
OU | String | Organizational Unit container where the user object is contained. If undefined, the user object in the standard user's container for the domain will be retrieved. |
Output Parameters
Name | Type | Description |
---|---|---|
Conditional | String | Returns 'True' if the user exists, or 'False' if the user 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 |