Monthly Archives: November 2008

WMI and CSharp (C#): Enumerate all the instances (and properties) from a class via WQL

In the two previous posts (Enumerate all classes from a namespace and Enumerate all Namespaces from Root) we gather enough information to enumerate namespaces and classes. In this post we are going to see how to enumerate all the instances from a class via WQL. Below is a screenshot of what I get after executing… Read More »