How do I define the built-in administrators group in a group policy? For example
Computer Configuration => Policies => Windows Settings => Security Options => Local Policies => User Rights Assignment => Adjust memory quotas for a process
Do I need to set the string "BUILTIN\Administrators" or just "Administrators"?
What about "LOCAL SERVICE" and "NETWORK SERVICE"?
Do I need to set "NT AUTHORITY\LOCAL SERVICE" or just "LOCAL SERVICE"?
Microsoft documentation is very misleading and incomplete in that respect. Thanks in advance!
You don't need the explicit
BUILTIN
orNT AUTHORITY
at the beginning, as your domain should successfully infer it - there's only one group namedAdministrators
, only one account namedLOCAL SERVICE
and only one account namedNETWORK SERVICE
.For future reference, when in doubt, keep two things in mind:
You can use the
Browse
->Check Names
GUI options to have the proper object filled in for you.