New AD Group
This Automation Manager object adds a new Active Directory group.
Privileges
Normal.
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| CN | String | Yes | The common name of the group. |
| samAccountName | String | Yes | Security Accounts Manager name of group. |
| Domain | String | Yes | The name of the user object Domain. For example, DC=California,DC=local or California.local |
| OU | String | No | The organizational unit of the new group. |
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 |
|---|---|---|---|
| CN | String | Yes | Marketing Department |
| sAMAccountName | String | Yes | marketing |
| Domain | String | Yes | Abc.com |
| OU | String | No | OU=Marketing,DC=ABC,DC=com |
