theniteowl
Programmer
Hi All,
I am looking to use a VBS script to execute another VBS script on a remote server and have the results of the remote script passed back to the local one.
On the remote server I need to execute a command line utility from a DOS window and return the results.
Currently I have to take the remote desktop connect to the machine and I am looking to avoid that and get the info remotely.
If I can run a local script that executes the command line utility on the remote server and read back the returned text that would be better but I think there would be problems with remote execution and interaction without using scheduled jobs.
At my age I still learn something new every day, but I forget two others.
I am looking to use a VBS script to execute another VBS script on a remote server and have the results of the remote script passed back to the local one.
On the remote server I need to execute a command line utility from a DOS window and return the results.
Currently I have to take the remote desktop connect to the machine and I am looking to avoid that and get the info remotely.
If I can run a local script that executes the command line utility on the remote server and read back the returned text that would be better but I think there would be problems with remote execution and interaction without using scheduled jobs.
At my age I still learn something new every day, but I forget two others.