Windows Servers allow the maximum of two concurrent remote sessions by default.
To remotely logoff any users on the list, use the command line:
### list users
qwinsta /server:servername.dom.local
### logoff users
logoff 2 /server:servername.dom.local
### Where 2 is session ID and servername.dom.local is server name
Comments are closed