PowerTip: Find Win32 Type Data in PowerShell

Doctor Scripto

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*

0 comments

Discussion is closed.

Feedback usabilla icon