Good morning AskPerf! There are several issues that have been associated with a high number of inactive Terminal Server ports. Delayed logon times to RDP sessions, failure of printers to redirect, and slow server performance due to registry bloat from all the ports. These inactive TS ports accumulate because the Remote Desktop Services Device Redirector service creates a new port every time an RDP session is established, but the ports are not always recycled. Every RDP session can possibly create a new port, and every ended session means a new inactive port. Performance degradation is known to occur when 250 or more TS ports exist in the registry. Increasingly large numbers of redirected devices will exacerbate performance delays.
To eliminate any issues these TS ports may cause, we have a new Windows Server 2008 R2 hotfix. The Hotfix can be downloaded here - KB 2655998 Long logon time when you establish an RD session to a Windows Server 2008 R2-based RD Session Host server if Printer Redirection is enabled. This hotfix will prevent inactive TS ports from accumulating in the future, but you also have to clean up any currently inactive TS ports using the Fixit tool included in KB2655998. The FixIT tool itself can also be downloaded directly from http://go.microsoft.com/?linkid=9799054. The FixIt tool will remove the entries already accumulated under the TS ports registry key below:
[HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{28d78fad-5a12-11d1-ae5b-0000f803a8c2}\##?#Root#RDPBUS#0000#{28d78fad-5a12-11d1-ae5b-0000f803a8c2}]
Because the Hotfix and the FixIt perform two different functions, you must install the Hotfix and run the FixIt one time on your 2008 R2 Remote Desktop Server.
For down-level operating systems such as Server 2003, Server 2008 Terminal Servers and Windows 7 in a VDI scenario, we highly recommend a scheduled task be created to execute the Inactive TS Port FixIt on a bi-weekly basis, since the hotfix only supports Windows Server 2008 R2 at this time.
The FixIt is an MSI package so you can run it silently with no user interaction required. Follow these simple steps:
1. Locate the MSI file in Windows Explorer and note the exact path to it
2. Click Start and type in the following:
msiexec /package “path” /quiet
For example, if the MSI file MicrosoftFixit50833.msi is located in the “temp” folder of your C drive, then the path would be C:\temp\MicrosoftFixit50833.msi and the command would look like this:
msiexec /package “C:\temp\MicrosoftFixit50833.msi” /quiet
3. To add logging and check the results, use this command:
msiexec /package "c:\temp\MicrosoftFixit50833.msi" /quiet /log c:\temp\MSI50833.log
Additional Resources
-Jess Cunningham
Simply superb! This is what we looking for .
Thank you for the post. Does this issue occur if the majority of the connections are through Citrix?
Thank you for the post. Does this fix pertain to servers where the majority of the connections are through Citrix and not RDP?
Does this apply to servers where the majority of connections are through Citrix? Thank you.
Please check the number of entries under [HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{28d78fad-5a12-11d1-ae5b-0000f803a8c2}\##?#Root#RDPBUS#0000#{28d78fad-5a12-11d1-ae5b-0000f803a8c2}].
If there are more than 200 then suggest to install the hotfix and run the FixIT to remove any entries and prevent further accumulation of TS Inactive Ports.
Is the post by jdickson289 suggesting that issues occur if the count of ports in general gets above 200?
jdickson289's comment about 200 entries under the reg key suggests that this is a limitation of the OS. Is this correct?
Marc,
200 is not a hard limit - it's an indicator of a potential problem that should be addressed with the FixIT and hotfix to prevent a problem in the future.