Increase number of concurrent shells in PowerShell V2

Posted by Ybbest on Server Fault See other posts from Server Fault or by Ybbest
Published on 2010-03-25T23:06:26Z Indexed on 2010/03/25 23:13 UTC
Read the original article Hit count: 1373

Filed under:

I'd like to increase number of concurrent shells in PowerShell V2.I tried using the following command ,but I got no luck.The error I got is" Error: Invalid use of command line. Type "winrm -?" for help." Can someone shine some light?

winrm set winrm/config/winrs @{MaxShellsPerUser="50"}

© Server Fault or respective owner

Increase number of concurrent shells in PowerShell V2

Posted by Ybbest on Stack Overflow See other posts from Stack Overflow or by Ybbest
Published on 2010-03-25T23:09:06Z Indexed on 2010/03/25 23:13 UTC
Read the original article Hit count: 1373

Filed under:

I'd like to increase number of concurrent shells in PowerShell V2.I tried using the following command ,but I got no luck.The error I got is" Error: Invalid use of command line. Type "winrm -?" for help." Can someone shine some light?

winrm set winrm/config/winrs @{MaxShellsPerUser="50"}

© Stack Overflow or respective owner

Related posts about powershell