@dbeato said in Disable Network Level Authentication or NLA Remotely via PowerShell:

@scottalanmiller said in Disable Network Level Authentication or NLA Remotely via PowerShell:

(Get-WmiObject -class "Win32_TSGeneralSetting" -Namespace root\cimv2\terminalservices -ComputerName "remoteServer" -Filter "TerminalName='RDP-tcp'").SetUserAuthenticationRequired(0)

This worked, but also as soon as the server is updated to the latest then the issue goes away.

Yes, if you have that option.