Hello everyone. I am looking for a little assistance in trying to accomplish something that seems pretty impossible..
I am currently writing a program that uses multiple scripts we use to diagnose software we use in our environment. Currently, the only we retrieve our information is going to the local machine, and running the script locally, and retrieving the output results. The script is an batch file.
The goal of the program I am currently creating is to automate the process by specifying which machines need to have the script ran on, generating the script, dispatching it, executing it, and retrieving the output results from the machine the program is ran on...
I am currently at a dead lock right now trying to figure out how to have this done. I have done some research but currently coming up empty handed. I am open to any suggestions or ideas anyone might have as I am currently out of ideas.