我有 System Center Orchestrator 2012 R2,我想通过调用 Web 服务在 Runbook 服务器上启动 Runbook。如果我像这样浏览 Orchestrator 控制台,它就可以正常工作:http://orchestratorserver.my.domain:82
当我第一次浏览它时,系统提示我输入我的域凭据,然后才会加载 Orchestrator 控制台页面。
如果我称其为PowerShell 脚本,我收到以下错误,我想知道这是否与凭据提示有关? Orchestrator Runbook 服务器或我调用的主机上没有防火墙。
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (405) Method Not Allowed."
答案1
我使用这里的模块使它工作了。 http://orchestrator.codeplex.com/releases/view/82959