MODIFYING USER RIGHTS FOR MEMBER SERVERS AND WORKSTATIONS
Still sticking to the basics, the following are two strategies for modifying user rights for member servers and workstations:
Modify the Default Domain Policy GPO. This affects all workstations and member servers in the domain.
Modify local security settings. This affects only one computer.
To modify the Default Domain Policy GPO, you have the following two basic choices:
Edit the Default Domain Policy. Right-click the domain object, select Properties, select the Group Policy tab, select Default Domain Policy, and click Edit. This opens the Group Policy Editor. In the left pane, navigate to Computer Configuration, Windows Settings, Security Settings, Local Policies, User Rights Assignment.
Edit the Domain Security Policy. Click the Start button and select Programs, Administrative Tools, Domain Security Policy. This opens a “subset” of the Group Policy Editor. In the left pane, navigate to Security Settings, Local Policies, User Rights Assignment.
To modify local security settings, again you have two basic choices:
Edit the Local Security Policy. Click the Start button and select Programs, Administrative Tools, Local Security Policy. This opens a “subset” of the Group Policy Editor. In the left pane, navigate to Security Settings, Local Policies, User Rights Assignment.
Use the Resource Kit command NTRights. For example, if you want to assign the right to change system time to all users, you use the following command:
ntrights +r SeSystemTimePrivilege -u Users -m \\PC17
If you don’t include the machine’s name, the command will apply to the local computer.
Ntrights is a command-line tool that enables you to assign or revoke a right for a user or group of users on a local or remote computer. You can also place an entry that notes the change in the event log of the computer.
NTRIGHTS.exe (Resource Kit, 2000/2003)