GRANT for NT - Manage user rights from the command line This program is useful during unattended NT Workstation setup and upgrade procedures for granting or revoking user rights. For example many administrators want to allow their users to change the system time, or allow a particular account to log on as a service. The following commands would achieve this result: grant add SeSystemtimePrivilege Users grant add SeServiceLogonRight myDomain\ServiceAccount Grant can also revoke rights, and list users with a particular right. Type GRANT at the command prompt for help. Please send comments to andreas.hansson@mbox303.swipnet.se You can download GRANT.ZIP (15K) from http://www.franzo.co.nz/hansson/grant.htm Copyright Andreas Hansson 1997 You may distribute and use this program freely if you send me a comment on what you think about it and any improvements that you would like.