Best way to run remote VBScript in ASP.net? WMI or PsExec?
- by envinyater
I am doing some research to find out the best and most efficient method for this.
I will need to execute remote scripts on a number of Window Servers/Computers (while we are building them).
I have a web application that is going to automate this task, I currently have my prototype working to use PsExec to execute remote scripts. This requires…