Forum Discussion
Unlink a users workplace join account while device is also Entra ID joined
To clean up: As per my research, there is no way to just remove workplace join remotely. Manual removal of the account is what we use.
To restrict users to do it again: you can create a custom policy to edit remotely the registry as group policy:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin, "BlockAADWorkplaceJoin"=dword:00000001
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WorkplaceJoin,"autoWorkplaceJoin"=dword:0
https://learn.microsoft.com/en-us/entra/identity/devices/faq#how-can-i-block-users-from-adding-more-work-accounts--microsoft-entra-registered--on-my-corporate-windows-10-11-devices
- KaliNMar 09, 2025Copper Contributor
The BlockAADWorkplaceJoin is more than enough.
No need for autoWorplaceJoin, you're making double confirmation for no particualr reason.
- IntuneNinjaMar 24, 2025Copper Contributor
KaliNThanks for the information.
Do you have anything to automate the removal of the existing workplace joined devices? Without impacting the Hybrid or Azure join.