Scripting Local Security Policy

2019-09-03 14:32发布

问题:

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?

回答1:

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

ntrights -u userName +r SeInteractiveLogonRight

More details about ntrights here