Yes you have to apply to DC's, clients, servers, all objects basically. This is the internal server setting. So the GPO that applies to clients is for the client receiving NTLM requests, how the client handles them. The GPO on DCs is for the DC receiving NTLM requests, how the DC handles them..
Enforce the use of NTLMv2
Hi,
If I want to enforce the use of NTLMv2 with the below GPO settings do I have to apply this to both the domain controller and the clients ?
It seems like if I only apply this to the client then when I reboot the client I get the warning below.
Or..... If I only apply this to the domain controllers will that force all the clients to use NTLMv2 when they authenticate with the domain controller ?
Thanks for any reply
/R
Andy
4 additional answers
Sort by: Most helpful
-
Anonymous
2022-09-27T18:38:34.527+00:00 Maybe this one helps.
https://learn.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/network-security-restrict-ntlm-add-server-exceptions-in-this-domain--please don't forget to
upvote
andAccept as answer
if the reply is helpful-- -
Andreas 1,331 Reputation points
2022-09-28T04:29:56.12+00:00 Hi,
Thanks for the reply, but not the answer I was looking for I belive.
The link you refer to is "Network Security: Restrict NTLM: NTLM authentication in this domain", and since I want to only use NTLMv2 It would be enough to configure "Network security: LAN Manager authentication level - Send NTLMv2 responses only. Refuse LM & NTLM", am I not wrong ?
If I don't understand correctly, the link you provide is an exception, so that I can list some computers to be allowed with NTLM?
But again, my question is "If I want to enforce the use of NTLMv2 with the below GPO settings do I have to apply this to both the domain controller and the clients ? Or I might not understand this correctly so please explain :)
Thanks again for answers.
/R
Andy -
Andreas 1,331 Reputation points
2022-09-28T10:44:31.99+00:00 Hi,
Thanks for reply @Scott Dawson
If I deploy it to the domain controller, then I guess all clients will be affected right away ? I would like to implement this in segments, say 50 and 50 machines, but I guess that would not work since I have to deploy it on the domain controllers for the system to work ? Right ?
I know I can implement logging, So I guess I would have to do that first.....comments ?
/R
Andy -
mahesh roja 0 Reputation points
2025-01-16T19:08:20.4833333+00:00 you have to make sure you make sure to configure the client-side policy first send only NTLM v2 request before you apply on Domain controller side and monitor which are still sending NTLM v1 , LM request to change them on core config level. We have done this breaking down to 4 changes,
- Send NTLM responses only –Clients use NTLM authentication only and use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.
- Send NTLMv2 responses only –Clients use NTLMv2 authentication only and use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.
- Send NTLMv2 responses only\refuse LM –Clients use NTLMv2 authentication only and use NTLMv2 session security if the server supports it. Domain controllers refuse LM (accept only NTLM and NTLMv2 authentication).
- Send NTLMv2 responses only\refuse LM & NTLM –Clients use NTLMv2 authentication only and use NTLMv2 session security if the server supports it. Domain controllers refuse LM and NTLM (accept only NTLMv2 authentication).