Kill Remote Session using QWINSTA and RWINSTA
First, use QWINSTA to query the sessions:
From a command prompt enter:
qwinsta /server:servername
Example:
In the above example I have shown “nameofserver” instead of the actual server name.
Note the ID of the session that you want to kill. In this case, we will kill session ID 2 (pdouglas)
To kill the session, use RWINSTA:
From the command prompt enter:
rwinsta ID /server:servername
No comments:
Post a Comment