Hi.
I´m working on a project where I need to allow multiple sessions ( already done ), but limit the number of concurrent sessions on a RDS farm...
At the moment, we're using only one RDS server ( R&D stage ), but in the future, there'll be a farm with RDS Connection Broker and many RDS Session Hosts.
I've come to the conclusion that the best approach is to create a custom GPO, apply to the RDS Session Hosts, and use a vbscript or powershell to block the logon when the number of sessions reaches the defined limit.
I'd like to achieve a group based ( Groups: 1RDSsession, 2RDSsession and so on ... ) user logon limit. I have some ideas in mind for a single server, and a possible solution for a farm.
But before spending time on this "adventure" ( I really like this kind of challenge :) ), I'd like to know if Windows2012 provides any means for doing this kind of control.
I know there's a per server sessions limit, but that doesn't solve my problem.
Thanks in advance!