how-to-enable-remote-desktop-via-powershell

How to enable Remote Desktop via Powershell

Here is a quick post showing you how you can enable Remote Desktop via Windows Powershell Open a Windows power shell CLI window If enabling on the local server you can go to step 3, if you need to connect to a remote computer type: Enter-PSSession -ComputerName vmad1.vmlab.local Set-ItemProperty -Path ‘HKLM:SYSTEM\CurrentControlSetControl\Terminal Server’ -Name fDenyTSConnections -Value…

Read More