Setup simultaneous Remote login for multiple users
Introduction:
In this blog article, we will see how we can increase simultaneous remote logins for multiple users to a remote connection. This will create different sessions for each login. It is important that we don’t increase simultaneous connection more then required as performance can decrease due to more resource demand for each login.
Steps:
- Run -> gpedit.msc -> enter
- Administrative Templates -> windows Component -> Remote Desktop Services -> remote desktop session host -> connections
- Go to Restrict Remote Desktop Services users to a single Remote Desktop Services Session
- Select Disabled. Click OK
- Go to Limit number of connections.
- Select Enabled. Change ‘RD Maximum connections allowed’ to the desired connection allowed.
This will enable 2 simultaneous logins for Remote connection. In case Remote Desktop session host is not installed maximum connections allowed for remote login is 2.
Related posts:
How to review and accept changes to confirmed Purchase Orders in D365 F&O
How to run an SSRS report on a selected record in the CRM using FetchXml
Project Operations as source of truth for Professional Services Organizations
Streamlining Build Pipelines with YAML Template Extension: A Practical Guide