PowerTip: Find schema of a WMI class

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon