Windows Server 2008 Remote Desktop



Windows Server 2008 (WS08) Server Core can be used in lots of useful scenarios. However, because WS08 does not have a GUI, you need to use the command prompt to accomplish the administrative tasks. You may find it convenient to manage the Server Core from another computer.

  1. Windows Server 2008 Remote Desktop License Expired
  2. Windows Server 2008 Remote Desktop An Internal Error Has Occurred
  3. Windows Server 2008 Remote Desktop Connection Limit

By default Remote Desktop is not enabled on the Server Core. There are two steps you need to take to get Remote Desktop working: Enable Remote Desktop & open default RDP port, which is TCP port 3889.

Dec 02, 2017 You need to open up Administrative ToolsRemote Desktop ServicesRemote Desktop Session Host Configuration on the destination server and double click on the top RDP-TCP connection. This brings up the RDP-Tcp properties box. In my case with DC #3, the cert hyperlink at the bottom was not clickable like the one on DC #1 which I could RDP into. I have been using remote desktop for a number years, on a number of versions of windows, most recently 8.1. Yesterday I upgraded to 10. I had to download Remote Desktop from the Windows Store. I managed to log into a few of my servers. I now need to transfer a package up to one of them. Microsoft has evolved this concept considerably in Windows Server 2008 R2, so we’ve decided to rename Terminal Services to Remote Desktop Services (RDS) to better reflect these exciting new.

STEP 1 – Enable Remote Desktop

You can look at your settings by using the following command:

cscript c:windowssystem32scregedit.wsf /AR /v

The scregedit.wsf script will either return a 1 or a 0. If you see a 1 then the Terminal Services (i.e. Remote Desktop) is disabled, a 0 means it is enabled. Ralink rt5390 driver windows 10 download.

To enable Terminal Services use the following command:

c:windowssystem32scregedit.wsf /AR 0

To disable Terminal Services use the following command:

Remote

c:windowssystem32scregedit.wsf /AR 1

Windows Server 2008 Remote Desktop License Expired

NOTE: The /AR switch is used for Vista and WS08 computers. For Windows XP computers replace /AR with /CS.

Windows Server 2008 Remote Desktop

STEP 2 – Open RDP Port

To open Remote Desktop, you need to make sure that your firewall is not blocking the default Terminal Services/RDP port 3389. On a WS08 Server Core, run the following command to open TCP port 3389.

netsh advfirewall firewall set rule group=”remote desktop” new enable=Yes

You should expect the following response when you execute the above command.

C:Windowssystem32>netsh advfirewall firewall set rule group=”remote desktop” new enable=Yes

Updated 2 rule(s).
Ok.

Windows Server 2008 Remote Desktop An Internal Error Has Occurred

You might want to check out Microsoft KB article 947709 for additional information on opening ports at the firewall or how to enable ICMP requests. Macos man pages location.

Windows Server 2008 Remote Desktop Connection Limit

Copyright ©2009 Zubair Alexander. Minitool partition wizard how to use. All rights reserved.