I wanted to know if there is a wildcard variable that can be used when publishing a Terminal Services resource profile. In the Host field, it asks for the "name or IP address of remote host" I would rather publish a single RDP client instead of an RDP session to multiple servers.
When adding the name of the host - server.domain.com it shows term://server.domain.com:3389
Please advise, thanks.
Raj -
It may not apply to what you are doing, but it is possible to use a substitutable parameter for the server name field. For example, if you use an LDAP for authorization, and there is a field in your LDAP which contains the RDP server name or address (let's say it's called "rdpserver") to which you want to route the user, you could code -
<userAttr.rdpserver>
in the server name/address field. If I remember correctly, it is possible to concatenate the parameter with other fixed text.
Ken