February 8th, 2016

PowerTip: Find schema of a WMI class

Doctor Scripto
Scripter

Summary: Learn how use Windows PowerShell to find the schema of a WMI class.

Hey, Scripting Guy! Question How can I use Windows PowerShell to look at the schema of a WMI class?

Hey, Scripting Guy! Answer Use the Get-CIMClass cmdlet, for example:

Get-CimClass win32_bios

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.