Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell 3.0 to Find Updatable WMI Classes

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles