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