Yes. The supported recovery path is to force the device to obtain a new Primary Refresh Token (PRT) so the local administrator role claims are refreshed.
What the current findings indicate:
-
whoami /groupsnot showingBUILTIN\Administratorsmeans the current sign-in token does not contain local administrator membership. - On Microsoft Entra joined devices, users assigned the Microsoft Entra Joined Device Local Administrator role receive those permissions through the PRT, not by being directly listed in the local Administrators group.
- Changes to this role do not apply immediately on an already signed-in device. A new PRT and a full sign-out/sign-in are required.
Supported steps:
- Verify the account is assigned the local admin role in Microsoft Entra:
- Go to Entra ID > Devices > All devices > Device settings.
- Select Manage Additional local administrators on all Microsoft Entra joined devices.
- Confirm the user or an assigned role-based group is present.
- Check whether the device is still using an older cached PRT:
- Open Command Prompt.
- Run:
dsregcmd /status - In the output, check the SSO State section and review
AzureAdPrtUpdateTime.
- Refresh the PRT immediately:
- In Command Prompt, run:
dsregcmd /refreshprt - Expected message:
PRT refresh scheduled. Check AAD event logs for details.
- In Command Prompt, run:
- Wait 1 to 2 minutes.
- Sign out of Windows completely, then sign back in.
- A lock/unlock is not sufficient.
- Verify the refreshed token:
- Run:
whoami /groups - Confirm
BUILTIN\Administratorsnow appears.
- Run:
If immediate refresh is not used, the documented behavior is that CloudAP renews the PRT every four hours. After that renewal, a sign-out and sign-in is still required.
Important limitation:
- The Microsoft Entra Joined Device Local Administrator role applies to all Microsoft Entra joined devices and cannot be scoped to only one device.
- Users are not directly listed in the local Administrators group when this role is granted through Microsoft Entra; the privilege comes from the PRT.
If the account was never assigned under Additional local administrators on all Microsoft Entra joined devices, add it there first, then perform the PRT refresh and sign out/sign back in sequence.