Showing posts with label RDP. Show all posts
Showing posts with label RDP. Show all posts

Wednesday, June 23, 2010

Set RDP Client to Listen on a Specific Port

On the client, add the port # to the IP address of the server
you are attaching to...

%REMOTESERVERIP%:%PORT#%
http://support.microsoft.com/kb/304304

On the server, change...

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber
to the port you desire.
http://support.microsoft.com/kb/306759

RDP console shadow for Terminal Services

Create a batch file with the following syntax... you will connect
to the console directly rather than through another session on
top of the one running.

mstsc -v:%SERVERNAME% /F -console

http://support.microsoft.com/kb/278845