Server Manager problem: Online - Data retrieval failures occurred

Karel Grulich 0 Reputation points
2025-03-05T01:38:34.76+00:00

I have two brand new servers running version 2025 std.

On server DCB01 I cannot retrieve the data from DCB02 in Server Manager

and

On server DCB02 I cannot retrieve the data from DCB01.

Any thoughts on how to fix this?

All other servers I have running on the network, I can retrieve the data just fine

Windows Server 2022
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karel Grulich 0 Reputation points
    2025-03-13T18:30:48.36+00:00

    I found a solution to this. The value under this registry key has to be increased:

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WSMAN\Client

    Reg DWORD maxEnvelopeSize, increased to 8192. If the entry does not exist, create it.

    (I guess increasing to 600 from the default 500 would also work but I have not tested it)

    to check the updated setting run power shell:

    Get-Item -Path WSMan:\localhost\MaxEnvelopeSizekb

    as soon as I did this, all servers started coming online

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.