Summary: Use Windows PowerShell to find WMI classes that support updates.
How can I use Windows PowerShell to find WMI classes that support updates?
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