Category Archives: WMI

Get Firewall Friendly with System Frontier 1.70

We’re excited to announce new features released today that make it easier to run your scripts in more places and manage multiple environments more efficiently. Any network. One port. With the addition of a certificate authentication option for management servers in System Frontier, you can now manage resources inside any network, including Active Directory domains […]

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 […]