Copyright 1997 Pragma Systems, Inc.
**NOTE: This program ONLY runs in Windows NT **
getgroup.exe
Getgroup program takes a valid user name and a valid machine name and finds the local and global groups that user belongs to.
USAGE:
getgroup /U username /M machinename [/I] [/?]
COMMAND OPTIONS:
/U username User name to find the group it belongs to
/M machinename Machine name the user belongs to
/I Interactive Mode
/? Displays text 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