configure cascade disk redirection twice on rds deployment

andreas bright 561 Reputation points
2024-11-18T18:25:29.1366667+00:00

Hi,

I am setting up a RDS environment, and are publishing Reemote Desktop Connection as a Web app.

The scenario is as follow. User download the RDP web file from the RDWeb server,(this file they cannot edit), then it connects to server1.domain.local and automatically starts a new RDP session from this server to server2.domain.local. Now I need to mount the local disks from client1->server1->server2.... cascade disk redirection.

Is this possible ? if so, could someone tell the the correct steps, because i am not able to get it to work.

Thanks for any reply.

/R

Andreas

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,290 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,613 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karlie Weng 18,581 Reputation points Microsoft Vendor
    2024-11-20T07:42:50.05+00:00

    Hello,

    First of all, you should ensure your client is not a home edition so you can use group policy

    1.In your domain, Go to Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Device and Resource Redirection.

    Find the policy named "Do not allow drive redirection".

    Set this policy to "Disabled" to allow drive redirection.

    Then you can apply to your server1 and all your clients.

    2.Automation in server1(rdp to server2) should be deployed before. looks like:

    @echo off

    mstsc path\to\server2.rdp

    3.Configure default rdp file in your client and server1. (add redirectdrives:i:1 in your rdp file)

    Server1: configure rdp file directly

    Clients: you can configure in rd web, save your default file in C:\inetpub\wwwroot\RDWeb\rdp


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.