2020-05-06

Windows Server Manager - Remote Server response packet size exceeds the maximum envelope size

昨天將一台 Windows Server 2012 R2 原地升級 (in-place upgrade) 到 Windows Server 2019 後,在管理用 VM 的 Server Manager 中該主機的連線狀態出現了以下錯誤

Data retrieval failures occurred

Refresh failed:

Notification:
Configuration refresh failed with the following error: The WS-Management service cannot process the request. The computed response packet size exceeds the maximum envelope size that is allowed (512000).



解決方法很簡單:

首先用具有系統管理員身份的 Powershell 下指令
確認目前的 MaxEnvelopeSizekb 設定值, 預設是 500

dir WSMan:\localhost

接著用指令變更此設定值,這裡參考 這篇文章 的方式直接設為兩倍數值

Set-WSManInstance -ValueSet @{MaxEnvelopeSizekb = "1000"} -ResourceURI winrm/config

接著再檢查一次數值確認有變更

dir WSMan:\localhost

最後將 Server Manager 關閉重開就不會有錯誤了



沒有留言:

張貼留言