Step 1. Gain enough privilege to kill RDP connection on the server.
net use \\servername_or_IP /USER:username “password“
Step 2. List the connection to a particular server and get session ID.
query session /server: servername_or_IP
Step 3. Reset the session which you don’t need using ID of the session got from previous step
net use \\servername_or_IP /USER:username “password“
Step 2. List the connection to a particular server and get session ID.
query session /server: servername_or_IP
Step 3. Reset the session which you don’t need using ID of the session got from previous step
reset session [sessionID] /server:servername_or_IP
No comments:
Post a Comment