I'm making a rdp file based on my user parameters
full address:s:<c_host>
alternate shell:s:||<c_appname>
remoteapplicationprogram:s:||<c_appname>
remoteapplicationname:s:<c_alias>
...
loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.<c_collection>
I read from the parameters and replace the tag with the value, that's why I need to create params for every single value that can change, I mapped all tags that the value can change, like: remote app name, host, port, alias, collection, the only one i'm afraid that can change but i don't know what is it is the last one:
loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.<c_collection>
I tried to look for it but could not find, what I know is that this tags will define where the application will be launched, in this case, on the host that is defined in the collection.
What's the meaning of: "s:tsv:"?
What's the meaning of "//MS Terminal Services Plugin.1."? Can it change? What does the "1" stands for? If I have more than a collection configured in my Server Manager it would be //MS Terminal Services Plugin.2 ?
Thanks in advance.