Q. If I try to use Remote Desktop Protocol (RDP) to connect directly into my Virtual Desktop Infrastructure (VDI) Remote Desktop Session Host (RDSH) in redirection mode, the connection fails. What can I do?
How to configure a default pool to help you use RDP.
January 22, 2011
A. When an RDSH is in redirection mode, it expects to be passed the name of the VDI pool you want to connect to. So if you try to RDP directly into the RDSH redirection server, the connection will fail. Ideally, you should be connecting through a connection or the web host that has the VDI properties populated to allow connection. If you want to be able to directly connect to the redirection server, you can configure a default pool on the redirection server by doing the following:
Start the registry editor.
Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerClusterSettings.
From the Edit menu, select Create New, String value
Enter a name of DefaultTsvUrl and press Enter.
Double-click the value and enter
tsv://vmresource.1.
For example,
tsv://vmresource.1.Win7VDI
and press Enter.
Close the registry editor.
Now when you connect to the RDSH you'll be redirected to the VDI pool you configured. If you get an error that the target doesn't match the name you entered, try the IP address instead—that should fix it.
About the Author
You May Also Like