RDP NLA with Entra ID (PKU2U issue)
Solution 1: Disable RDP NLA
Solution 2: Make RDP NLA work with Entra ID (recommended)
PKU2U on the RDP client and server
$Pku2uRegPath = 'HKLM:\SYSTEM\CurrentControlSet\Control\Lsa\Pku2u' New-Item -Path $Pku2uRegPath -Force | Out-Null Set-ItemProperty -Path $Pku2uRegPath -Name 'AllowOnlineID' -Value '1' -Type DWORD
Windows login
Correct username format
See also
PreviousRDP issues after updating to Remote Desktop Manager version 2023NextRDP session troubleshooting
Last updated
Was this helpful?