Filter the webfeed to a single terminal server by specifying the terminalServer query parameter #85
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RAWeb supports multiple terminal servers in a single webfeed, but in some cases, you may only want RDP files from one of those devices.
By specifying
?terminalServer=<terminal server name>at the end of the URL to the webfeed, you can filter the webfeed to a single terminal server. The name of the webfeed will be changed to match the terminal server name.This can also be used to specify separate credentials per terminal server in the remote desktop client apps.
Note that this is usable in Windows RemoteApp and Desktop Connection, but Windows RADC requires each webfeed to have a unique full-qualified domain name (FQDN). To use, you must expose RAWeb via multiple different domains or subdomains and use a different FQDN for each connection with a different terminalServer query parameter. For example, use https://raweb1.example.com/raweb/webfeed.aspx?terminalServer=testbox and https://raweb2.example.com/raweb/webfeed.aspx?terminalServer=personal-pc.