PowerTip: Use PowerShell to Find WMI Classes for Creating

Doctor Scripto

Summary: Learn to find WMI classes that permit creating stuff.

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

Hey, Scripting Guy! Answer Use the Get-CimClass cmdlet, and specify the MethodName of create:

Get-CimClass -MethodName create

0 comments

Discussion is closed.

Feedback usabilla icon