Entra ID Administrative Units
By Emil Björk · Microsoft ecosystem consultant, Gothenburg
Administrative Units scope admin roles to subsets of the directory — for delegated administration without tenant-wide privileges.
2 min read
Share as imagePNGAdministrative Units (AUs) in Microsoft Entra ID scope an admin role to a subset of the directory — a department, a country, a business unit — so that admins can manage only the users, groups, and devices in that scope. They're the modern alternative to handing out tenant-wide admin roles for delegated administration.
What an AU contains
An Administrative Unit can include:
- Users — added explicitly or by dynamic membership rule.
- Groups — same.
- Devices — same.
Admin roles scoped to an AU can manage only those objects, even though the admin role itself (User Administrator, say) would normally cover the entire tenant.
Why AUs matter
Without AUs:
- A regional IT team that should manage only EMEA users gets the User Administrator role tenant-wide.
- They have tenant-wide permissions to manage every user, even ones they shouldn't touch.
- An audit finding asks why an EMEA admin can reset the CEO's password.
With AUs:
- Create an EMEA AU with dynamic membership
country eq "FR" or country eq "DE" or country eq "UK".... - Assign User Administrator scoped to EMEA AU to the EMEA IT team.
- The CEO (in country = US) is not in the AU; EMEA admins can't touch them.
The admin role works the same way, just constrained to AU members.
Restricted Management AUs
A newer variant: Restricted Management Administrative Units. Objects in a restricted-management AU can only be managed by admins explicitly scoped to that AU — not even Global Administrators can manage them directly.
Use case: protect a small set of highly sensitive accounts (executives, break-glass admins, regulated-role users) so that even a compromised Global Admin account can't tamper with them without first adding themselves to the AU's admin role.
Configuration
AUs are configured in the Entra admin center → Identity → Roles & admins → Administrative units:
- Create the AU.
- Add scope — assigned users/groups/devices or a dynamic rule.
- Assign admin roles scoped to the AU to your delegated admins.
PowerShell and Graph API also support full AU management for automation.
Roles that can be AU-scoped
A subset of Entra ID roles support AU scoping:
- User Administrator
- Helpdesk Administrator
- Authentication Administrator
- Groups Administrator
- License Administrator
- Password Administrator
- Privileged Authentication Administrator
Not every role is AU-aware — check Microsoft's current list. Roles that operate on tenant-wide configuration (Conditional Access, Exchange settings) can't be AU-scoped.
When AUs are right
- Multi-region organisations with geographic IT teams.
- Conglomerates and franchises with subsidiary IT teams.
- Education with school-by-school administration.
- Healthcare networks with hospital-by-hospital admin.
When they're not
- Single-region small/mid-size companies — AUs add complexity for little gain.
- Pure cloud-only tenants without delegated administration needs.
For organisations that need delegated admin, AUs replaced an awkward pattern of "we just trust the regional admins not to touch the wrong users." They're a meaningful security improvement.
Frequently asked questions
- What are administrative units in Entra ID?
- Containers for users, groups, and devices that scope an admin role to a subset of the directory — a helpdesk role that can reset passwords only for the Nordic users, for example. They are the Entra equivalent of delegating an OU in Active Directory.
- Do administrative units need a licence?
- Entra ID P1 for the admins who hold a role scoped to an administrative unit. Members of the unit do not need extra licences.
- Can administrative unit membership be dynamic?
- Yes, for users and devices — a rule such as department or country populates the unit automatically. Restricted management administrative units go further and block tenant-wide admins from modifying the members, which protects sensitive accounts.
Further reading
Was this useful?
Spot something wrong or want a topic covered? Send it through the contact form.