Created
September 26, 2018 04:25
-
-
Save MarkRobertJohnson/d22d6f198323b8803f2630508ebc05ab to your computer and use it in GitHub Desktop.
Set the MaxEnvelopeSizekb in OtterScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PSEnsure | |
( | |
Key: PowerShell MaxEnvelopeSizekb, | |
Value: $PowerShell_MaxEnvelopeSizekb, | |
Collect: "(Get-Item WSMan:\localhost\MaxEnvelopeSizekb).Value", | |
Configure: "Set-Item WSMan:\localhost\MaxEnvelopeSizekb -Value $PowerShell_MaxEnvelopeSizekb" | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment