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


相关文章:

  • 2021-11-13
  • 2021-04-23
  • 2021-11-17
  • 2022-01-08
  • 2021-07-14
  • 2022-02-12
  • 2022-12-23
  • 2021-10-29
猜你喜欢
  • 2021-12-20
  • 2021-08-12
  • 2021-04-06
  • 2021-04-02
  • 2021-07-22
  • 2022-12-23
  • 2021-07-25
相关资源
相似解决方案