PowerTip: Use PowerShell 3.0 to Find Updatable WMI Classes

PowerTip: Use PowerShell 3.0 to Find Updatable WMI Classes

Rate This
  • Comments 1

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

Leave a Comment
  • Please add 1 and 5 and type the answer here:
  • Post
  • Ahh, very nice, this is handy!

Page 1 of 1 (1 items)