Hi,
I have configured RDS with the web client, gateway, connection broker and session host.
I have also created a desktop personal connection through powershell:
New-RDSessionCollection -CollectionName 'NAME' -PersonalUnmanaged -AutoAssignUser -SessionHost @("FQDN")
I have changed the policy: "Limit number of connections" to 100
I have not disabled the: "Restrict Remote Desktop Services users to a single Remote Desktop session" as so many sites advise. From the description, it looks like it applies to a same user, not different users.
Yet, only a single user can open a remote desktop through RDS. If I remove the user assignment to the session host, then another user can connect.
How do I increase the 'size' or the number of connections a session host can handle so that 50 users can RDP to the same server.
In this scenario, I am using the web client.
Thanks