Users.GetLocalGroupMembers
Method  | |
|---|---|
Module  | Users  | 
Library  | Core  | 
Action  | List the members of a local group.  | 
Parameters  | 
  | 
Return values  | For each member of the local group: 
  | 
Example  | List the members of the local Administrators group: Users.GetLocalGroupMembers(GroupName: "Administrators");  | 
Platforms  | 
  | 
Notes  | Group names are language specific. For example, English Administrators is not the same as Spanish Administradores.  |