Local Group Exists
This Automation Manager object checks if a local group exists. Returns true when the given group is found.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description | 
|---|---|---|---|
| Group Name | String | Yes | The name of the group to check. | 
Output Parameters
| Name | Type | Description | 
|---|---|---|
| Result | Number | Returns a success value of zero, or any value other than zero to indicate failure. | 
| Result | String | Object execution error details. | 
Example Input Parameters
| Name | Type | Required | Example | 
|---|---|---|---|
| Group Name | String | Yes | groupname@domain.com | 
