The following MSDN article outlines the Default Windows PowerShell limits, as well as how to change them via GPO. To define these quota limits manually, type winrm set winrm/config @{<Quota>="<Value>"}. For example, to increase the maximum number of shells per user from 5 to 7, type winrm set winrm/config @{MaxShellsPerUser="7"}.