Automating Logon for browser server page

Automating Logon for browser server page

avatar

My company runs a Windows server 2008 TS Web Access Page. I've setup a browser connection to the server landing page which allows me to log into the page. After that I need to select a server from the drop down list and hit the connect button. It then launches a remote desktop session. I would like to automate entering credentials on this page. I would like to be able to select from the credential manager to choose a different logon than I used to get into the main server landing page. Is this a script or can I build the multiple steps into a single session entry?

Thanks

All Comments (1)

avatar

Hi

The server list (in the drop down...), do it result in a URL or any other way to automate the selection? If so then there's something to be done.

The action of opening the server landing page could be configured in its own session, which would then be set as the VPN for the secondary server. It makes sense only if we have a way of defining a session of any type to the secondary server (web http/https or even RDP)

Maurice