Issue with Remote Desktop after deploying image and Network Level Authentication (NLA)
search cancel

Issue with Remote Desktop after deploying image and Network Level Authentication (NLA)

book

Article ID: 231831

calendar_today

Updated On:

Products

Ghost Solution Suite

Issue/Introduction

Microsoft NLA (network level authentication) enabled after deploying image

Environment

Release : 3.3

Component :

Cause

unknown

Resolution

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)