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

PowerTip: Use PowerShell 3.0 to Find WMI Classes

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles