Using Windows Management Instrumentation (WMI)

On August 5, 2007, in Development, by Mitch Milam

Sometimes I find the strangest and most helpful utilities while searching the Internet for a solution to a project on which I'm working.

WMI Code Creator v1.0 is no different.  If you are working with WMI ( Windows Management Instrumentation ), you need to have this installed.  It will actually generate the C#, VB.NET, and VBScript code necessary to perform a specific WMI operation, a shown in the following figure:

image

Even stranger, it actually has the ability to execute the generated code to show you the results of the operation.