January 20th, 2014

PowerTip: Find WMI Classes that Support Updates

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to find WMI classes that support updates.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find WMI classes that support updates?

Hey, Scripting Guy! Answer Use the Get-CimClass cmdlet in Windows PowerShell 4.0 or Windows PowerShell 3.0,
          and then search for the SupportsUpdate qualifier:

Get-CimClass -QualifierName supportsupdate

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