I'd like to execute a VB script on a remote system with credentials
different from the one launching the script- currently, I've been
using SysInternal's PSEXEC to do this, but, I would rather not call an
external exe, I'd like to keep everythng within VBS. The CreateScript
method looks like what I want, but I can't figure out how impersonate
an account with this.
Can anyone tell me how or point me in the right direction on how to do
this?
Thanks!