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

PowerTip: Find WMI Parent Class with PowerShell

$
0
0

Summary: Use Windows PowerShell to easily find a WMI parent class.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find what parent class a particular WMI class derives from?

Hey, Scripting Guy! Answer Use the Get-CimClass cmdlet, and select the CimSuperClassName property, for example:

(Get-Cimclass win32_bios).CimSuperClassName


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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