Using VBscript to logon via RDP

  • Thread starter Thread starter Mario - Roma
  • Start date Start date
M

Mario - Roma

Guest
I need to perform perfomance tests in a lab environment.
Can I create a VBscript to force logon to a Terminal Server ans specify a
program to be run?
What I want to do is creating a script to logon 10 users on a terminal
server and run a specific application, so that I can collect performance
information in standard conditions...
Suggestione, pointers and hints welcome
Mario
 
Re: Using VBscript to logon via RDP

You could create 10 different rdp connection files and then run
mstsc <connection1.rdp>
mstsc <connection2.rdp>
etc.

_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___

"Mario - Roma" <mario@nospam.local> wrote on 02 apr 2008 in
microsoft.public.windows.terminal_services:

> I need to perform perfomance tests in a lab environment.
> Can I create a VBscript to force logon to a Terminal Server ans
> specify a program to be run?
> What I want to do is creating a script to logon 10 users on a
> terminal server and run a specific application, so that I can
> collect performance information in standard conditions...
> Suggestione, pointers and hints welcome
> Mario
 
Back
Top