Answered by:
WinRM reverting back to defaults

Question
-
I'm using Chocolatey and Powershell DSC to deploy some packages. I keep getting this error even though all the packages have deployed successfully.
The computed response packet size (1018070) exceeds the maximum envelope size that is allowed (512000)."
I've tried to update the size of MaxEnvelopeSizekb by running the following command but it keeps reverting back to the default after around 10 mins
Thanks
Thursday, November 8, 2018 2:47 PM
Answers
-
Do not change packet size. Turn off the progressbar. It interferes with the download.
\_(ツ)_/
- Marked as answer by Zoe.Mac Thursday, November 8, 2018 4:02 PM
Thursday, November 8, 2018 3:15 PM
All replies
-
Group Policy may be the cause of this. Check your GP settings.
\_(ツ)_/
Thursday, November 8, 2018 3:00 PM -
checked that and its not thatThursday, November 8, 2018 3:06 PM
-
Do not change packet size. Turn off the progressbar. It interferes with the download.
\_(ツ)_/
- Marked as answer by Zoe.Mac Thursday, November 8, 2018 4:02 PM
Thursday, November 8, 2018 3:15 PM -
You can also try this:
https://github.com/PowerShell/SharePointDsc/wiki/Error-Exceeded-the-configured-MaxEnvelopeSize-quota
Note the need to change the network profile.
\_(ツ)_/
Thursday, November 8, 2018 3:17 PM -
Thanks!Thursday, November 8, 2018 4:02 PM