PowerTip: Use PowerShell 3.0 to Find WMI Classes

Doctor Scripto

Summary: Use Windows PowerShell 3.0 to find WMI classes that create stuff.

Hey, Scripting Guy! Question How can I use Windows PowerShell 3.0 to find WMI classes that can create stuff?

Hey, Scripting Guy! Answer Use the Get-CimClass cmdlet and specify the Create value to the MethodName parameter:

Get-CimClass -MethodName create

0 comments

Discussion is closed.

Feedback usabilla icon