technology:environments:windows:enable_rdp
Remote Desktop Protocol (RDP)
Enabling RDP with PowerShell
Enable Remote Desktop connectionsSet-ItemProperty ‘HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\‘ -Name “fDenyTSConnections” -Value 0 Enable Network Level AuthenticationSet-ItemProperty ‘HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\‘ -Name “UserAuthentication” -Value 1 Enable Windows firewall rules to allow incoming RDPEnable-NetFirewallRule -DisplayGroup “Remote Desktop”
technology/environments/windows/enable_rdp.txt · Last modified: Wednesday, October 11, 2023 10:01 PM by Nathan C. McGuire