For starters, the terminology isn't quite right in the question. "WMI namespace values" doesn't really make sense. Perhaps the question would be better phrased in one of the following manners?
* "How do I recursively get a list of WMI namespaces?" * "How do I get a list of WMI class names within a given WMI namespace?" * "How do I get a list of instances of a particular WMI class?" WMI namespaces are logical containers for WMI classes. WMI classes are blueprints for arbitrary objects. WMI classes declare properties and methods. WMI classes, properties, and methods all have "qualifiers" (bits of metadata). WMI class instances are actual representations of the blueprint (the class). Once the question has been clarified, it might be possible to answer the question more directly. Cheers, Trevor Sullivan From: [email protected] [mailto:[email protected]] On Behalf Of Daniel Ratliff Sent: Monday, September 23, 2013 1:43 PM To: [email protected] Subject: [mssms] RE: possible to query WMI namespaces without script? Are you asking for a way without a script? Just use wbemtest. 1. Start->Run->wbemtest 2. Connect to your site server as such: \\servername\root\sms\site_%sitecode% <file:///\\servername\root\sms\site_%25sitecode%25> 3. Enumerate classes, select recursive 4. Browse what you need 5. Profit Daniel Ratliff From: [email protected] <mailto:[email protected]> [mailto:[email protected]] On Behalf Of Murray, Mike Sent: Monday, September 23, 2013 2:36 PM To: [email protected] <mailto:[email protected]> Subject: [mssms] possible to query WMI namespaces without script? I see VBS scripts that will do this, just wondering if it's possible to report on WMI namespace values. Best Regards, Mike Murray Desktop Management Coordinator - IT Support Services California State University, Chico 530.898.4357 <mailto:[email protected]> [email protected] The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material. If you receive this material/information in error, please contact the sender and delete or destroy the material/information.

