I'm working with PowerShell 5.0 developing a script that is running commands to some remote PCs. These commands are run using Invoke-Command
cmdlet. We are experiencing some unexpected behaviuor due to a huge allocation of memory inside PCs where the script is run. Investigating, we have found that probably it depends on the value set for parameter MaxEnvelopeSize
. Could anyone explain me if and how Invoke-Command
cmdlet are related with MaxEnvelopeSize
, please?
Comments
Post a Comment