Q: How can I change the number of concurrent users who can perform remote operations using WS-Management on a computer?

Changing the WS-Managment number of users is trivial if you use Windows PowerShell.

John Savill

April 1, 2012

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A: Typically, a computer allows five concurrent users who can perform remote operations using Web Services for Management (WS-Management). This includes users running remote Windows PowerShell.

To change the number of users to any number between 1 and 100, use the command below:

Set-Item WSMan:localhostShellMaxConcurrentUsers 25

 where 25 is the user number. To check the current value, use this command:

 Get-Item WSMan:localhostShellMaxConcurrentUsers

 

Got questions? We have answers--to your questions about Windows, Microsoft, VMware, Citrix, and other technologies IT pros use. Check out more of John Savill's FAQs!

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like