How to create a vbscript that runs a batch file on a remote server?
I have a requirement to create a vbscript that runs a batch file (when triggered on a certain condition) on a remote server.
I have the basic vbscript written and I added it into SAM. That part works fine (the vbscript checks if disk space >5% and if so then send some output).
The part that I am having trouble with is how to have it run the batch file (remotely) when triggered by the vbscript.
Any help will be appreciated.
Thank you
-Gino