WMI and .NET

Published Fri, Oct 24 2003 4:06 | girishb
I think there are many setup information questions that can be answered by poking around the Win32_XXXX stuff from WMI. There are several articles regarding this. I am thinking of writing a simple application which can be used to lookup some of this stuff. I wonder how to formulate the query for finding such information. For e.g. If I want to find the DNS host name, I would like a search capable of finding the different styles of this. Similar to the object viewer that comes with the .NET framework. I wonder if there is one already. If not, i think this might make a pretty useful tool for developers.