Freigeben über


People squatting on your TS sessions?

Something that administrators deal with quite a bit is trying to connect to a machine using remote desktop (mstsc) and getting our favorite message:

 

Boy this messagewill get you angry, damn squatters.  pre-Vista/LH you could always give the /console switch a go and see if the console session is available:

mstsc /console /v:<server>

Even if the console session is being used you can still kick the person off if you feel like it.

The other option is to query who is connected and (if you have the rights and don't care whats going on in their session) boot off whomever you don't want connected to free yourself a slot:

query session /SERVER:<server>

reset session /Server:<server> <id>

And in real practice, goodbye squatter2.

The query.exe and reset.exe commands live in System32 so they should come with the OS.  Links to the syntax of those commands below.

query session

reset session

Technorati tags: windows 2003, terminal services, mstsc, vista

Comments

  • Anonymous
    January 01, 2003
    Hi Daniel, I don't think Vista Home Premium has RDP capabilities.

  • Anonymous
    April 14, 2009
    On my Vista Home Premium machine this command does not exist.  How can I get it working there?  I tried copying query.exe from an XP machine, and that did not work.