如何在Powershell中使用Web服务调用SC Orchestrator启动一个Runbook?

我有System Center Orchestrator 2012 R2,我想通过调用Web服务在Runbook服务器上启动一个Runbook。 如果我像这样浏览它,orchestrator控制台工作正常: http://orchestratorserver.my.domain:82

当我第一次浏览它时,系统会提示input我的域凭据,只有在Orchestrator控制台页面加载时才会提示。

如果我调用这个PowerShell脚本 ,我得到以下错误,我想知道它是否与凭证提示有关? Orchestrator Runbook服务器上没有防火墙,或者我从中调用的主机。

Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (405) Method Not Allowed." 

我从这里使用模块得到它的工作。 http://orchestrator.codeplex.com/releases/view/82959