I would like to increase the number of parallel shells in PowerShell V2.I tried to use the following command, but I had no luck. The error I received is "Error: misuse of the command line." Enter "winrm -?" for help. "Can someone shine some kind of light?
winrm set winrm/config/winrs @{MaxShellsPerUser="50"}
source
share