Invoke-CimMethod -CimSession $SESSION_OBJECT ` -ClassName Win32_Process ` -MethodName Create ` -Arguments @{ CommandLine = "$SOME_COMMAND" }