Login | |
|
 |
Re: mstsc scripting - 3/30/2005 6:41:42 AM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
there is a problem with that, its scriptable but you cant login to TS with a blank password.
|
|
| |
|
|
|
 |
Re: mstsc scripting - 3/30/2005 7:09:45 AM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
well i had a couple of ideas for the script, one is to use the web interface for TS and just call the url with vbs or see if mstsc will accept command line switches, if not create a default .rdp file for the user's login and use vbs to start mstsc
|
|
| |
|
|
|
 |
Re: mstsc scripting - 3/30/2005 4:40:33 PM
|
|
 |
|
| |
kirrilian
Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
im going away for a four day weekend but i did a little research on my ideas. im going to assume you dont have tsweb setup on your TS server for now. mstsc accepts command line switches, go to a cmd window and type mstsc /? for the options. i would create a rdp file with your mstsc then put it in a shared folder somewhere on the network. then use vbs to run mstsc with that rdp file from the network. alternatively, you can use tsweb on your TS server and use this url to connect to it, http://servername/tsweb/Default.htm?AutoConnect=1 this will pull up a full screen connection to the same server. i havent tried using vbs to access this but i assume it would work.
|
|
| |
|
|
|
|
|