Welcome to the Microsoft Script Center. We are dedicated to the system administrator scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell to reduce time spent performing mundane tasks.
Â
What's new?
Check out the Hey, Scripting Guy! blog to catch all the latest news, events, and, of course, scripts!
PowerTip: Use PowerShell 3.0 to Find WMI Classes Summary: Use Windows PowerShell 3.0 to find WMI classes that create stuff.
How can I use Windows PowerShell 3.0 to find WMI classes that can create stuff?
Use the Get-CimClass cmdlet and specify the Create value to the MethodName parameter:
Get-CimClass -MethodName create
Friday, Sep 20