Forum Discussion
Squirrel215
Apr 12, 2022Copper Contributor
NTLM Blocking on Windows 10 21H1 breaks some group policies, specifically allow/deny log on locally
I'm struggling with blocking NTLM outbound from workstations, as it appears that some group policy processing, specifically the user rights assignments, requires it. I've been able to replicate thi...
thesquirrel1130
Apr 16, 2026Copper Contributor
I'm using my work profile to answer my own question here.
If you enable rpc authentication it will fall back to NTLM and if you have outbound NTLM denied you will have problems. Ex: guid mapping to groups fail; some GPO processing fails. Usernames show up as guids when viewing group memberships on workstations.
This took forever to track down when we removed ntlm from our network
Read the text in the blue box on Microsofts explanation:
https://learn.microsoft.com/en-us/windows-server/security/rpc-interface-restrict
THIS IS A KNOWN ISSUE!