The most recent content from our members.
Overview This is a sequel to this post where I used Powershell and WMI to call a remote process. This use case was needed since WMI would create the process in the background. The executable that I needed to run had a front-end GUI, which was not accessible. This post uses psexec to load the exe and define the session ID.…
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…
It looks like you're new here. Sign in or register to get started.