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?
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?
From the Windows 2003 Resource Kit you need to use the ntrights.exe
ntrights -u userName +r SeInteractiveLogonRight
More details about ntrights here