My customer saw this error when logging into the S2D Cluster servers today.

Please follow the steps below to verify and fix this issue.

1.Logon to the S2D cluster node server.

2.Open PowerShell as administrator.

3.Run following the cmdlets to ensure S2D is at health status.

Get-PhysicalDisk

Get-VirtualDisk

Get-StoragePool

4.Open the Failover Cluster Manager tool and ensure no error.

5.According to this, the WS-Management Service has a packet limit by default. Run the following cmdlets to fix this error.

Get-WSManInstance -ResourceURI winrm/config

Set-WSManInstance -ResourceURI winrm/config -ValueSet @{MaxEnvelopeSizekb = “700”}

6.Restarted the Service.