0

I am trying to RDP into a machine, but it has exceeded its maximum number of users. How do I go about kicking one of them (assuming I have admin rights).

rhughes
  • 123
  • 1
  • 8

1 Answers1

3

Use mstsc -V server /f -console (where server is the hostname) to get a console session. Then you can boot people using Task Manager.

Nathan C
  • 15,059
  • 4
  • 43
  • 62
  • 2
    You always can connect to the console/admin session using the `/console` or `/admin` switch depending on the version of Windows Server and MS RDP client. Whoever has been connected to the console session will be disconnected, the local session will be locked. – the-wabbit Jul 04 '13 at 12:18