RD Connection Broker HA number of monitors

Augusto Tiago 0 Reputation points
2023-06-09T18:07:23.84+00:00

After creating the RDS(HA) if I don't publish any remoteApp it opens it to download the remote connection file to which it connects perfectly making loadbalance between servers A and B.

How do I have the option for the user to choose between using 1 screen or more screens?

When I had only 1 RDS server I published the 2 applications in remoteApp:

mstsc.exe with parameter: "/v:srv-rds01.mydomain.net /multimon" (for multiscreens)

mstsc.exe with parameter: "/v:srv-rds01.mydomain.net" (for a screen)

Before, as it was a single server, I could point the name of the server, now with HA I can't anymore.

How can I do now?

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,776 Reputation points
    2023-06-12T12:44:03.04+00:00
    Hello Augusto,
    
    Thank you for your question and for reaching out with your question today.
    
    In a high-availability (HA) Remote Desktop Services (RDS) environment, where you have multiple RDS servers load balanced, you can provide users with the option to choose between using one screen or multiple screens by utilizing the Remote Desktop Connection (mstsc) client with the appropriate parameters.
    
    To achieve this, you can create separate RemoteApp configurations for each scenario and publish them on your RDS servers. Here's how you can proceed:
    
    1. Create two separate RemoteApp configurations:
       - One configuration for single screen: Set the remote program path to `mstsc.exe` and provide the `/v:<RDSServerName>` parameter. This will launch the Remote Desktop Connection client to connect to the RDS server specified in `<RDSServerName>`.
       - Another configuration for multiple screens: Set the remote program path to `mstsc.exe` and provide the `/v:<RDSServerName> /multimon` parameters. This will launch the Remote Desktop Connection client with multi-monitor support.
    
    2. Publish both RemoteApp configurations on your RDS servers: In the RemoteApp Manager or through PowerShell, publish the RemoteApp configurations on your RDS servers so that they are available to the users.
    
    3. Instruct users on how to access the RemoteApp programs: Users can access the RemoteApp programs through the Remote Desktop Web Access (RD Web Access) portal or through the Remote Desktop Connection client. They will see both options for single screen and multiple screens, and they can choose the appropriate one based on their requirements.
    
    By following these steps, users will have the flexibility to choose between using one screen or multiple screens when connecting to the HA RDS environment.
    
    Note: Ensure that the Remote Desktop Connection client (mstsc.exe) is available on the client machines, and the necessary Remote Desktop Services CALs (Client Access Licenses) are in place to comply with licensing requirements.
    
    I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
    
    If the reply was helpful, please don’t forget to upvote or accept as answer.
    
    Best regards.
    
    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.