Hi,
I want to Launch internet explorer using Run As Different User. Is it possible to pass command line params? I have to pass User ID & Password to browser and then open website.
Please help.
Thanks,
Saagar
There is a runas command you can use, but you can't pass the password in the same line - it will prompt for it separately. You could instead grab PSExec (part of PSTools) and run it that way.