|
getgroup.exe
Getgroup program takes a valid user name and a valid machine name and finds the local and global groups membership for that user.
USAGE:
getgroup /U username /M machinename [/I] [/?]
COMMAND OPTIONS:
|
/U username
|
User name to find group membership
|
|
/M machinename
|
Machine name controlling membership This should be the domain controller if domain user
|
|
/I
|
Interactive mode
|
|
/?
|
Display help file
|
EXAMPLES:
To run in interactive mode and be prompted for all information, type:
getgroup /I
To get groups of a user with username JohnDoe, type:
getgroup /U JohnDoe
To get groups of user JohnDoe on Machine \\HAPPY, type:
getgroup /U JohnDoe /M \\HAPPY
|