MicrosoftDocs / sysinternals

Content for sysinternals.com
http://sysinternals.com
Creative Commons Attribution 4.0 International
482 stars 262 forks source link

RDCMan: syntax for "Load balance config" to connect through RD Broker #727

Open marc-fom opened 1 year ago

marc-fom commented 1 year ago

The documentation has a chapter explaining how "Load balance config" shall be used to connect to an Azure VM but it doesn't say anything about the syntax (if supported) to connect through RDS Farm RD Broker. My saved .rdp file has load balancing info below: loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.ASI

I tried a lot of variations of it in RDCMan but I always end-up getting error: Disconnected from [RD broker DNS FQDN] [Unknown extended disconnection reason 1040]

Please assist. Thanks Marc

mraksus commented 4 months ago

Seems to be a bug. I've tried a lot and ended up with the following config, to at least get the correct entries in the eventlog:

<connectionSettings inherit="None">
        <connectToConsole>False</connectToConsole>
        <startProgram />
        <workingDir />
        <port>3389</port>
        <loadBalanceInfo>tsv://MS Terminal Services Plugin.1.10001</loadBalanceInfo>
</connectionSettings>

I get the same error as you though, so it must be a bug