October 20th, 2012

PowerTip: Find WMI Classes That Permit You to Create Things

Doctor Scripto
Scripter

Summary: Use a Windows PowerShell 3.0 cmdlet to find WMI classes that permit you to create things.

Hey, Scripting Guy! Question How can you easily find WMI classes that permit you to create stuff?

          Hey, Scripting Guy! Answer Use the Get-Cimclass cmdlet and specify a method name of create:

                             Get-CimClass -MethodName create

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.