Quantcast
Viewing all articles
Browse latest Browse all 36188

PowerTip: Find Updatable WMI Classes

Summary: Learn how to use Windows PowerShell 3.0 to easily find WMI classes you can update.

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Question
 
How can I find WMI classes that support updating?

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Answer
Use the Get-Cimclass cmdlet and a wild card for the WMI class name. Then, look for the class qualifier of supportsupdate, as shown here.

Get-CimClass -ClassName * -QualifierName supportsupdate

 Image may be NSFW.
Clik here to view.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 36188

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>