Microsoft NLA (network level authentication) enabled after deploying image
Release : 3.3
Component :
unknown
Work around: run a powershell script task after boot to production to disable NLA.
(Get-WmiObject -class "Win32_TSGeneralSetting" -Namespace root\cimv2\terminalservices -ComputerName $server -Filter "TerminalName='RDP-tcp'").SetUserAuthenticationRequired(0)