First post:
marcoshaw wrote: Following your guides: PSH> invoke-tunnel { $x } Invoke-Tunnel : The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceive...
Latest post:
MatHobbs wrote: Hi Marco, ah yes: WCF's default limits. Your $x probably referenced an object that would be serialized to > 65536 bytes. I uploaded a new PowerShellTunnel release ("1.01") that bumps up...