Copyright 2002 Pragma Systems, Inc.
getusers.exe
getusers lists all members of a requested group
USAGE:
getusers /G groupname /M machinename [/I] [/?]
COMMAND OPTIONS:
/G groupname group name to list members
/M machinename Machine name the group belongs to
/I Interactive Mode
/? Displays text help file
EXAMPLES:
To run in interactive mode and be prompted for all information, type:
getusers /I
To list users of the Administrators group, type:
getusers /G Administrators
To list users of the Administrators group on Machine \\HAPPY, type:
getusers /G Administrators /M \\HAPPY