Tag Archives: Remoting

Running Remote Commands And Actually Getting The Output Using Only WMI

If you’ve worked with WMI for any amount of time, you may have run into the following problem: “Creating a remote Windows process using the Win32_Process class is relatively easy, but how do I get the console output?” Have no fear. Win32_Process to the rescue. Wait… no. 🙁 The Create method of the Win32_Process class […]