Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find WMI Classes That Permit You to Create Things

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles