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

PowerTip: Use PowerShell to Find WMI Classes

$
0
0

Summary: Learn how to use Windows PowerShell to find WMI classes.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find WMI classes related to the BIOS on my computer.

Hey, Scripting Guy! Answer Use the Get-CimClass cmdlet and search for the wildcard term *bios*:

Get-CimClass *bios*


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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