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.

John Savill

January 22, 2011

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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:

  1. Start the registry editor.

  2. Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerClusterSettings.

  3. From the Edit menu, select Create New, String value

  4. Enter a name of DefaultTsvUrl and press Enter.

  5. Double-click the value and enter

    tsv://vmresource.1.

    For example,

    tsv://vmresource.1.Win7VDI

    and press Enter.

  6. 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

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like