October 8th, 2015

PowerTip: Find Win32 Type Data in PowerShell

Doctor Scripto
Scripter

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*

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.