Remove AD Group
This Automation Manager object deletes an Active Directory group.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Domain Name | String | Yes | The name of the group’s domain. For example, DC=California,DC=local or California.local |
CommonName | String | Yes | The CommonName of the group to be deleted. |
OU | String | No | Organizational Unit container where the group object is contained. If undefined, the group object will be deleted from the standard groups container for the domain. |
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 |
---|---|---|---|
Common Name | String | Yes | Marketing Department |
Domain | String | Yes | Abc.com |
OU | String | Yes | OU=Marketing,DC=ABC,DC=com |