Server manager refresh failed and Data retrieval failures occurred of exchange serve

Md. Mahfuzur Rahman 346 Reputation points
2021-02-10T07:55:41.497+00:00

We have exchange server 2019 and windows version 2019. Server manager refresh failed and Data retrieval failures occurred of exchange server. Screenshots are given bellow- ![66322-image.png][1] ![66284-image.png][2] [1]: /api/attachments/66322-image.png?platform=QnA [2]: /api/attachments/66284-image.png?platform=QnA

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,503 questions
0 comments No comments
{count} votes

Accepted answer
  1. Xzsssss 8,861 Reputation points Microsoft Vendor
    2021-02-11T02:36:58.883+00:00

    Hi anonymous user ,

    You can set a larger MaxEnvelopeSize to avoid the first error.
    Run these commands in Powershell(Administrator) to check and then set the value:

    dir WSMan:\localhost  
    Set-WSManInstance -ValueSet @{MaxEnvelopeSizekb = "1000"} -ResourceURI winrm/config  
    

    Then re-open the ServerManager and check the result.
    66771-1.png
    As for the second error, try these commands in CMD(Administrator):

    cd C:\Windows\System32\wbem\AutoRecover  
    for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s  
    

    66772-2.png

    Rgeards,
    Lou


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    4 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Joseph Kilbreth 6 Reputation points
    2021-11-12T15:17:49.99+00:00

    I'm having the same issue, but neither the PowerShell nor the CMD commands listed worked.

    1 person found this answer helpful.
    0 comments No comments