How to automatically populate the "Connect To" dialog box with my farm name in RD Web Access
in remote desktop section of rd web access site, managed rid of pre-populated "computer name" typed out when click in box, need box have farm's fqdn in there users can go remote desktop tab , click 'connect'.
my users not using remote desktop function on web access computers in our local network, serve web portal remote desktop our rds farm.
essentially want the page load connect to: [rdfarm.mydomain.com] there.
i tried enter rdpfarm.mynetwork.com value same section "computer name" once in .aspx file, , doesn't work, though text there. i have manually enter work properly.
nevermind, figured out. you can make change modifying following line in desktops.aspx
type=”text” onkeydown=”javascript checkkey(this);” onkeyup=”javascript checklen(this, 1);” /> , change to: type=”text” onkeydown=”javascript checkkey(this);” onkeyup=”javascript checklen(this, 1);” value=”servernamehere” />
Windows Server > Remote Desktop Services (Terminal Services)
Comments
Post a Comment