October 19th, 2012

PowerTip: Use PowerShell 3.0 to Find Updatable WMI Classes

Doctor Scripto
Scripter

Summary: Use Windows PowerShell 3.0 to find updatable WMI classes.

Hey, Scripting Guy! Question How can you use a Windows PowerShell 3.0 cmdlet to easily find WMI classes that support updating?

Hey, Scripting Guy! Answer Use the Get-CimClass cmdlet and specify 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