Apologies if this is in the wrong Forum; it's related to remote PS sessions so I thought I'd start here.
I am trying to increase the amount of RAM I have for my remote Exchange sessions (new-pssession -configurationName Microsoft.Exchange). When I access the WinRM config on both the client machine as well as the target Exchange server I see that many values are all identical and all obnoxiously high:
AllowRemoteShellAccess = true IdleTimeout = 7200000 MaxConcurrentUsers = 2147483647 MaxShellRunTime = 2147483647 MaxProcessesPerShell = 2147483647MaxMemoryPerShellMB = 2147483647 MaxShellsPerUser = 2147483647
Those look like a default or undefined value which makes me wonder what the actual memory limit is; I very much doubt it's unlimited and I can't believe it's what is there now. Is there a way to tell what the actual limit is currently? I'm guessing it's
buried in some config file somewhere. I'm concerned about just arbitrarily specifying a value and having it be too low.