Summary: Learn how use Windows PowerShell to find the schema of a WMI class.
How can I use Windows PowerShell to look at the schema of a WMI class?
Use the Get-CIMClass cmdlet, for example:
Get-CimClass win32_bios
Summary: Learn how use Windows PowerShell to find the schema of a WMI class.
How can I use Windows PowerShell to look at the schema of a WMI class?
Use the Get-CIMClass cmdlet, for example:
Get-CimClass win32_bios
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