| GRPFIX is an executable run from the workstation. 
USAGE: grpfix [<subtree>] [/r] [/t] [/f <logifle>]Where <subtree> is an optional container whose subree should be scanned for groups. If no subtree is specified, then the current context of the user running the program will be used.
 /r 	Indicates begin at the Root. (The /r and <subtree> options are 			mutually exclusive.
 
        /t	Indicates 'test', meaning that information is logged but not 			modified. This is useful if you aren't sure which objects you will 			be affecting. 
        /f Indicates the log output will be sent to <logfile> as well as to 			the console.
 |