|
getusers.exe
Getusers lists all members of a requested group
USAGE:
getusers /G groupname /M machinename [/I] [/?]
COMMAND OPTIONS:
|
/G groupname
|
Group to list members
|
|
/M machinename
|
Machine name controlling membership This should be the domain controller if domain user
|
|
/I
|
Interactive mode
|
|
/?
|
Displays 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
|