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


  • 相关阅读:
    函数递归,匿名函数
    生成器
    迭代器
    有参函数(认证功能)
    闭包函数和装饰器
    文件处理
    Celery介绍
    Redis 介绍
    GIT知识点
    前后端分离-前端配置
  • 原文地址:https://www.cnblogs.com/thescentedpath/p/ExchangeManagementConsoleError.html
Copyright © 2011-2022 走看看