Summary: Use a Windows PowerShell 3.0 cmdlet to find WMI classes that permit you to create things.
How can you easily find WMI classes that permit you to create stuff?
Use the Get-Cimclass cmdlet and specify a method name of create:
Get-CimClass -MethodName create