Troubleshoot How to kill (RDP) remote sessions remotely
Step 1: connect to remote server CMD to kill RDP connection on the server.
net use \\servername_or_IP /USER:username “password“,
Step 2: Get the connection to a particular server and get session ID. query session /server:servername
Step 3: Reset the session using ID of the session from Step 2.

net use \\servername_or_IP /USER:username “password“,
Step 2: Get the connection to a particular server and get session ID. query session /server:servername
Step 3: Reset the session using ID of the session from Step 2.

Comments
Post a Comment