Command prompt commands are always helpful when using Microsoft Terminal Services especially when working with a Windows 2000 Server. There’s nothing worse than a 2000 server with 3 remote connections (1 console, 2 standard admins) on it when you’ve got work to do.
A couple of quick notes/fixes:
- How to view who’s logged into another server:
qwinsta /server:{IP Address} qwinsta /server:127.0.0.1 - How to kick someone’s session from another server:
rwinsta /server:{IP Address} {Session ID} rwinsta /server:127.0.0.1 4