diff --git a/readme.md b/readme.md index f946a08..4f70a70 100644 --- a/readme.md +++ b/readme.md @@ -42,3 +42,9 @@ The AppVeyor scripts do the following: - Update the version in the manifest file - Publish the module to the powershell gallery - Checkin updated manifest file to github + +## Known Issues / Troubleshooting + +### WS-Management - Exceeds the maximum envelope size allowed + +The maximum envelope size for WinRM is not sufficient for installing large packages. To increase the envelope size use `winrm set winrm/config @{MaxEnvelopeSizekb=”153600″}` - this exampe will increase it to 150MB. \ No newline at end of file