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

PowerTip: Use CIM and PowerShell to Find WMI Classes

$
0
0

Summary: Use CIM and Windows PowerShell to find WMI classes related to threads.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily find WMI classes that are related to threads?

Hey, Scripting Guy! Answer Use the Get-CimClass cmdlet, and specify a wildcard character for threads:

Get-CimClass *thread*


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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