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 關閉重開就不會有錯誤了
沒有留言:
張貼留言