I have noticed a strange behaviour in Windows 11 24H2.
When connecting to a Server using RDP with the following message:
My User is a member of the "Protected Users" Group in Active directory, so NTLM Authentication is not possible.
We usually can work around this by connecting to the FQDN of the Server and using the UPN of the User Account, which
then will use Kerberos for Authentication.
Since installing Windows 11 24H2 this does not happen anymore. Instead it will fallback to NTLM as seen on the Domain Controllers Security Eventlog:
An account failed to log on.
Subject:
Security ID: NULL SID
Account Name: -
Account Domain: -
Logon ID: 0x0
Logon Type: 3
Account For Which Logon Failed:
Security ID: NULL SID
Account Name: domadmin
Account Domain: ad01
Failure Information:
Failure Reason: Unknown user name or bad password.
Status: 0xC000006E
Sub Status: 0xC000006E
Process Information:
Caller Process ID: 0x0
Caller Process Name: -
Network Information:
Workstation Name: L01-NS-L-WN022
Source Network Address: 10.8.0.2
Source Port: 0
Detailed Authentication Information:
Logon Process: NtLmSsp
Authentication Package: NTLM
Transited Services: -
Package Name (NTLM only): -
Key Length: 0
Connecting from another Client with Windows 11 23H2 with the same Credentials works normally.
We were also able to replicate it with another Client that we upgraded to Windows 11 24H2.
Did anyone else also notice this behaviour?