Hello,
Thanks for clarifying that you’re the Global Systems Admin in Azure. Elevating a user in Azure AD gives them directory‑level roles, but it doesn’t automatically grant local administrator rights on a Windows device. Those two layers are separate: Azure AD handles identity and role assignments, while local admin rights are controlled by device policies.
On Windows 11 Pro machines joined to Azure AD, local admin rights are usually managed through:
- Azure AD Join settings (whether users are added as local admins at enrollment).
- Intune / Endpoint Manager device configuration profiles or security baselines, which can explicitly restrict or allow local admin membership.
- Group Policy (if hybrid joined), which can override local settings.
So, even though you’ve elevated the user in Azure, you’ll want to check whether there’s a policy in Intune or Group Policy that prevents local admin assignment. The most direct way is to review the Device restrictions policy in Intune and confirm whether “Local administrators” is locked down. You can also manually add the user to the local Administrators group via Intune or a provisioning package if permitted.
Domic Vo.