Entra Domain Service Administrator

Handian Sudianto 7,461 Reputation points
2026-05-17T04:20:30.19+00:00

My Server joined to the Azure AD using Entra Domain Service and my account already member of AAD DC administrators group. But why even I already member of that group, i can't do some changes such as change the timezone and i have access denied when try configuring the Intune Certificate Connector.

Is AAD DC Administrators group is real administrator?

User's image

User's image

User's image

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-05-17T04:20:48.4+00:00

    The AAD DC Administrators group is not a full Domain Admin / Enterprise Admin group and does not grant unrestricted rights on the managed domain or on all workloads.

    In Microsoft Entra Domain Services:

    • Membership in AAD DC Administrators is a special, delegated admin role. It provides:
      • Administrative permissions on VMs that are domain-joined to the managed domain (the group is added to the local Administrators group on those VMs).
      • Rights to perform certain delegated operations in the managed domain, such as configuring Group Policy, DNS, and creating OUs.
    • The service explicitly does not expose Domain Administrator or Enterprise Administrator privileges to tenant users. Those roles are reserved by the service and are not available.

    From the documentation:

    • Members of AAD DC Administrators are “granted administrative permissions on VMs that are domain-joined to the managed domain” and can use Remote Desktop to those VMs, and can configure Group Policy.
    • However, “Domain Administrator and Enterprise Administrator permissions on a managed domain using Domain Services” are not granted to users.

    Because of this design, some operations remain restricted even for AAD DC Administrators, especially where:

    • The permission is controlled by Microsoft-managed domain policies or service configuration (for example, time configuration policies, schema, DHCP authorization, etc.).
    • The operation requires true Domain Admin / Enterprise Admin rights, which are not exposed in Microsoft Entra Domain Services.

    So, AAD DC Administrators is a delegated admin group with specific capabilities, not a “real” Domain Admin equivalent. Tasks such as changing certain system-wide settings or installing/configuring some infrastructure components may still be blocked if they rely on privileges that Domain Services does not delegate.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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