PowerShell / WSMan客户端或查询每秒钟消耗超过1000个请求的次数?

Exchange 2010远程pipe理工具抱怨以下错误

[txexmb02.ibm.com] Connecting to remote server failed with the following error message : The WS-Management service cannot process the request. The system load quota of 1000 requests per 2 seconds has been exceeded. Send future requests at a slower rate or raise the system quota. The next request from this user will not be approved for at least 558475776 milliseconds. For more information, see the about_Remote_Troubleshooting Help topic. + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportException + FullyQualifiedErrorId : PSSessionOpenFailed VERBOSE: Connecting to TXEXHC02.ibm.com 

这个错误引用的帮助文件说这是一个WS-Man错误。

我们正在运行SCOM 2007 R2,并且正在考虑增加查询次数,但是我需要certificate这一点。

您可以使用以下命令来了解Powershell / WS-Man会话:

 Get-WSManInstance -ConnectionURI http://myserver.contoso.com:5985/wsman shell -Enumerate 

该命令可以在本地运行,也可以在远程服务器上运行。 myserver.contoso.com表示所有客户端正在连接到的远程服务器。 您将看到有关每个打开的会话,其状态和内存使用情况的信息。