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: 1502
        
powershell
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