Summary: Learn to find WMI classes that permit creating stuff.
How can I use Windows PowerShell to help me find WMI classes that will permit me to create stuff?
Use the Get-CimClass cmdlet, and specify the MethodName of create:
Get-CimClass -MethodName create