Working on a script monitor that pulls a text list of processes that should be running on a server and then using psexec, pulls a list of all running processes on the server. The script then is supposed to compare and if different, report an error. When using powershell on the server, it works fine, however, when using SAM, I get an error of "
The term 'psexec' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. "
Any thoughts? Does anyone know if SAM is able to use psexec?, scr