Topic Last Modified: 2013-07-05

Although each administrator is allowed to have as many as three simultaneous connections to a Lync Online tenant, no single tenant is allowed to have more than nine simultaneous connections. For example, three administrators might each have three open sessions. If a fourth administrator tries to make a connection (resulting in a total of 10 simultaneous connections), this attempt will fail, with the following error message:

Copy Code
New-PSSession : [admin.vdomain.com] Connecting to remote server admin.vdomain.com failed with the following error message : The WS-Management service cannot process the request. The maximum number of concurrent shells for this tenant has been exceeded. Close existing shells or raise the quota for this tenant. For more information, see the about_Remote_Troubleshooting Help topic.

The only way to resolve this issue is to close one or more of the previous connections. When you are finished with a Lync Online session, we recommend that you use the Remove-PSSession cmdlet to terminate that session. This will help you to prevent this issue.

See Also