Summary: Learn how to find Win32 WMI classes in Windows PowerShell that have type data.
How can I easily find which WMI classes in Windows PowerShell have their own type data?
Use the Get-TypeData cmdlet and filter for types that contain Win32, for example:
Get-TypeData -TypeName *win32*