views:

36

answers:

1

On a servers Local Security Policy I need to give a user rights to "Allow logon locally".

How do I do that through a script?

A: 

From the Windows 2003 Resource Kit you need to use the ntrights.exe

ntrights -u userName +r SeInteractiveLogonRight

More details about ntrights here

Derek Ekins