Should my Domain Administrators group be added to the windows 10 local admin group?

Kevin Dietz 21 Reputation points
2021-05-09T19:38:00.407+00:00

Is there a justification to add the domain admins group into the local Windows 10 administrators group. There seems to be a risk here or at least one risk anyway with adding these elevated accounts. We have the local administrator account enabled and are using LAPS to manage the password. We do have a desktop support account added to this group to manage the desktop.

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Accepted answer
  1. Anonymous
    2021-05-09T21:37:58.157+00:00

    By default the domain admin is a member of the local administrator's group but you're correct, it doesn't have to be if that's your administration workflow.

    Domain Admins are, by default, members of the local Administrators groups on all member servers and workstations in their respective domains.
    https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/security-best-practices/appendix-f--securing-domain-admins-groups-in-active-directory

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-05-10T00:47:36.063+00:00

    Hi,
    Domain Administrators group is added to the local administators group on all the workstations and member servers by default.
    You can try to Secure Domain Admins Groups in Active Directory by following ways:
    Remove all members from the group, with the possible exception of the built-in Administrator account for the domain, provided it has been secured as described in Appendix D: Securing Built-In Administrator Accounts in Active Directory.

    In GPOs linked to OUs containing member servers and workstations in each domain, the DA group should be added to the following user rights in Computer Configuration\Policies\Windows Settings\Security Settings\Local Policies\User Rights Assignments:

    Deny access to this computer from the network

    Deny log on as a batch job

    Deny log on as a service

    Deny log on locally

    Deny log on through Remote Desktop Services user rights

    Auditing should be configured to send alerts if any modifications are made to the properties or membership of the Domain Admins group.

    To do this step by step, you can refer to:
    https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/security-best-practices/appendix-f--securing-domain-admins-groups-in-active-directory

    Best Regards,

    0 comments No comments

  2. Anonymous
    2021-05-14T13:25:23.967+00:00

    Just checking if there's any progress or updates?

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.