Enable Remote Desktop on Windows Server Using PowerShell

preview_player
Показать описание
Enable Remote Desktop om Windows Server Using PowerShell
In this short video, you will learn how to enable Remote Desktop (RDP) on any version of Windows Server starting with Windows Server 2012.

PowerShell commands used in this video:

Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0

Enable-NetFirewallRule -DisplayGroup "Remote Desktop"

Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1

Рекомендации по теме
Комментарии
Автор

Me salvaste la vida bro, muchas gracias

samuelpanameno
Автор

Can you please do a video on 12.15.9 Troubleshoot System Startup 1 from testout? It would really help!

anithasharma