I'm in a Windows AD environment that isn't very conducive to running
startup scripts to achieve my goal. What I am trying to do is copy a
vbs script to a remote client machine, and then execute that script on
that machine using my credentials. The script itself, when manually
run on a client works perfectly. What I can't get to work is the
remote execution of the script. I can start a process for notepad.exe
and calc.exe, but I cannot start the script itself. Any ideas?