assume the target server is called "sleety", whose maximum number of remote clients has been met. We can issue the following commands in the command prompt.
1.>> net use \\sleety <password> /user:Administrator
2.>> chcp437
1.>> net use \\sleety <password> /user:Administrator
2.>> chcp437
3.
On a WinXP SP2 client >> QWINSTA /Server:sleety
On a Win2003 client >> query session /Server:sleety
====out put====
SESSIONNAME USERNAME ID STATE TYPE DEVICE
console 0 Conn wdcon
rdp-tcp 65536 Listen rdpwd
rdp-tcp#3 Administrator 1 Active rdpwd
rdp-tcp#4 Administrator 2 Active rdpwd
4.>> reset session 2 /Server:sleety.rtp.raleigh.ibm.com
(This last command will logout the session whose ID is 2)