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

PowerTip: Find Win32 Type Data in PowerShell

$
0
0

Summary: Learn how to find Win32 WMI classes in Windows PowerShell that have type data.

Hey, Scripting Guy! Question How can I easily find which WMI classes in Windows PowerShell have their own type data?

Hey, Scripting Guy! Answer Use the Get-TypeData cmdlet and filter for types that contain Win32, for example:

Get-TypeData -TypeName *win32*


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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