Logon Locally User Right

by Daniel Petri - January 8, 2009
Printer Friendly Version

How can I easily give someone the Log On Locally user right on a Windows 2000 and Windows Server 2003 Domain Controllers?

Discover, Map & Monitor Your Network in Minutes!

SolarWinds Network Performance Monitor (NPM) automatically discovers new devices from any vendor and quickly identifies the slowest-performing devices on your network.

Drag and drop network devices onto custom network maps to automatically view connections between devices and real-time performance statistics. Use SolarWinds NPM to configure alerts to notify you when network performance drops below key thresholds and to keep an eye on wired and wireless device performance from a single pane of glass. Download SolarWinds NPM today and be monitoring your network in under an hour!

Download a FREE, Fully-Functional 30-day Trial

In Windows 2000 (and Windows Server 2003) servers that are configured as Domain Controllers only 5 groups have the right to log on locally on the computer. Those groups are:

Administrators, Account, Print, Backup, and Server Operators.

Without this right any user who will try to log on locally will receive this message:

(The local policy of this system does not permit you to log-on interactively)

To give a specific user or group the right to log on locally on the DC you must edit the Domain Controller GPO (or create another one and link it to the Domain Controllers OU in Active Directory Users and Computers). Most novice IT personnel find it harder to add user rights on W2K than in Windows NT 4. I agree, but life goes on, doesn't it?

To make life easier run this command and you won't have to edit the GPO:

ntrights -u Users +r SeInteractiveLogonRight

You must have the NTRIGHTS.EXE program from the W2K Resource kit (or d/l it from HERE).

(You can substitue USERS with the name of the user or group you want to configure).

If you still want to do it via the GPO, do the following:

  1. Go to Start, Settings, Control Panel, Administrative Settings.

  2. Double-click Domain Controller Security Policy.

  3. Go to Security Settings, Local Policies, User Rights.

  1. Double-click Logon Locally on the right pane.

  2. Click Add, Browse, and double click the user or group you want to add.

  1. Click Ok all the way out.

  2. Reboot your computer, or even better, use SECEDIT:

secedit /refreshpolicy machine_policy /enforce

By the way, in Windows Server 2003 the same user right is called "Allow Logon Locally", and to refresh the policy you need to run a different command:

gpupdate /force

When you click Add within the right settings you get the Windows XP style box:

That's something we'll have to get used to, although I can't say I like it myself.

Related Articles




*