Summary: Use Windows PowerShell 3.0 to find updatable WMI classes.
How can you use a Windows PowerShell 3.0 cmdlet to easily find WMI classes that support updating?
Use the Get-CimClass cmdlet and specify the SupportsUpdate qualifier:
Get-CimClass -QualifierName supportsupdate