Forum Discussion
Chris Snell
Mar 02, 2026Copper Contributor
Block Local Logon to enrolling user of an Intune Managed Device
Has anyone successfully managed to deploy a security baseline template or Configuration profile or proactive remediation script that can successfully block any AAD user from being able to logon to an...
Bogdan_Guinea
Mar 04, 2026Steel Contributor
Hi,
what about to create a local group (e.g., AllowedLogonUsers), then add the specific AAD user(s) — including the shared enrollment account via PowerShell script.
Then you create a CSP via Settings Catalog to reference the newly created local Group.
Check this references:
Good luck!