February 24th, 2015

PowerTip: Find WMI Classes with a CIM Cmdlet

Doctor Scripto
Scripter

Summary: Use a Windows PowerShell CIM cmdlet to find WMI classes.

   How can I find Windows Management Instrumentation (WMI) classes that are related to a particular technology?

  Use the Get-CimClass cmdlet and use a wildcard character for the name, then specify the Dynamic 
           parameter to help filter classes, for example:

Get-CimClass -ClassName *bios* -QualifierName dynamic

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback