zoukankan      html  css  js  c++  java
  • Exchange Management Console Error

    Exchange 2010 error solved : The WS-Management service cannot process the request. The system load quota of 1000 requests per 2 seconds has been exceeded.

    Here you find a powershell script which was very useful for me.

    All scripts are free of charge, use them at your own risk :

    When you try to open the Exchange 2010 Management Console, you may receive an error:

    The attempt to connect to http://XCH01.domain.local/Powershell user ‘Kerberos’ authentication failed: 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 quota for this user. The next request from this user will not be approved for at least X milliseconds.


    Open an elevated prompt (as administrator) and execute IISRESET .

     

    1. launch an elevated CMD prompt

    2. type iisreset /noforce


  • 相关阅读:
    JavaScript事件处理
    JavaScript模拟"类"的三种方法
    非构造函数的继承和拷贝
    构造函数的继承
    vim开发环境
    socket之非阻塞
    网络编程
    多线程
    消息队列
    信号
  • 原文地址:https://www.cnblogs.com/thescentedpath/p/ExchangeManagementConsoleError.html
Copyright © 2011-2022 走看看