Get Local Groups

This Automation Manager object returns a list of local groups.

Privileges

Normal

Input Parameters

None

Output Parameters

Name Type Description
List of local Groups Collection

A list of local groups on the computer. Each group contains the following members:

  • Name – The name of the group
  • Description – The description of the group
  • Sid – The SID of the group
Result Number 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

No input parameters required.