Should I Remove Built-in Administrators from the Operating System Permissions?

0
14
Asked By TechWizKid42 On

I'm currently managing a Windows Server 2019 environment as a domain controller. I've been considering the possibility of removing the Built-in Administrators group and the BUILTINAdministrator accounts from the operating system's Group Policy Object (GPO). I want to know if doing this could lead to any negative consequences. If anyone has insights or experiences with this, their guidance would be greatly appreciated!

5 Answers

Answered By LinuxFan99 On

There’s really no good reason to completely remove them. There are established frameworks suggesting safer alternatives instead.

Answered By SkepticalAdmin On

Honestly, if it ain't broken, don't try to fix it. Trying to remove those accounts might end up breaking something critical.

Answered By TechSupportWizard On

Here’s a note from Microsoft:

The 'Act as part of the operating system' permission is quite powerful, allowing users to take full control of a device. It’s advised to restrict this permission to as few accounts as possible. Typically, it shouldn’t even include the Administrators group. Instead, when a service needs this privilege, you should configure it to run under the Local System account, which already has the necessary rights. Removing those accounts shouldn’t have much impact since the 'Act as part of the operating system' is rarely needed by anything other than Local System.

Answered By InfoSeeker301 On

Did you do a quick search online? Sometimes, a simple Google search can yield some great insights!

Answered By AdminGuru99 On

I really wouldn’t recommend doing that. Instead of removing them, it’s better to secure these accounts. You can refer to Microsoft's guidelines on securing built-in administrator accounts for best practices.

SecurityNerd88 -

Totally agree! In my experience, messing with built-in accounts can lead to unexpected issues that are tough to troubleshoot. Best stick to Microsoft's recommendations.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.