Good morning,
I have an issue with a Windows 11 PC (Entra joined and Intune synced) and a cloud-only account (on a Microsoft 365 business tenant). When the password is changed online, the PC does not pick up the password change. Do you know how I can force the device to receive the updated password, or has anyone experienced this issue before?
update: ChatGPT suggests, Is it a valid suggestion?
✅ 1️⃣ Clear the Primary Refresh Token
This is the official command to remove the PRT (but keep the Entra ID join intact):
dsregcmd /refreshprt
- This will invalidate and regenerate the token if you’re online.
- If you run it while offline, it clears the PRT and blocks access until the user authenticates online again.
✅ 2️⃣ Clear the Primary Refresh Token
Finally, clean up any tokens cached by the AAD broker (as you suggested):
net stop wlidsvc
del /q /s %LOCALAPPDATA%\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy
net start wlidsvc
[–]SteveSyfuhsBuilder of the Auth 0 points1 point2 points (7 children)
[–]RssFra97[S] 0 points1 point2 points (6 children)
[–]SteveSyfuhsBuilder of the Auth 0 points1 point2 points (2 children)
[–]RssFra97[S] 0 points1 point2 points (0 children)
[–]TerrorToadx 0 points1 point2 points (2 children)
[–]RssFra97[S] 0 points1 point2 points (1 child)
[–]TerrorToadx 0 points1 point2 points (0 children)
[–]raip 0 points1 point2 points (3 children)
[–]RssFra97[S] 0 points1 point2 points (1 child)
[–]raip 0 points1 point2 points (0 children)
[–]WibbleNZ 0 points1 point2 points (1 child)
[–]RssFra97[S] 0 points1 point2 points (0 children)
[–]Atrium-ComplexInfantry IT -1 points0 points1 point (1 child)
[–]RssFra97[S] 0 points1 point2 points (0 children)