Coding Horror

programming and human factors

Remotely Managing Remote Desktop

Some of my coworkers have an annoying habit of remoting into our Win2k servers and never logging out. They also like to do this in pairs, which means nobody else can remote into the machines due to Microsoft's default two-user administrative mode Terminal Services limit. Yeah, I could rclient in, or use remote MMC snap-ins, but sometimes it's just faster to manipulate the GUI via Remote Desktop.

There's a tool to remotely manage remote desktop connections in Win2k, but I couldn't find any equivalent in XP. A little searching turned up Microsoft's Windows Server 2003 Administration Tools Pack which provides server management tools that allow administrators to remotely manage Windows 2000 Servers & Windows Server 2003 family servers. And indeed it does! The kit installs the following tools, which appear under the Start, Programs, Administrative Tools menu:

  • Active Directory Domains and Trusts
  • Active Directory Management
  • Active Directory Sites and Services
  • Active Directory Users and Computers
  • Authorization Manager
  • Cluster Administrator
  • Connection Manager Administration Kit
  • DHCP
  • Distributed File System
  • DNS
  • IP Address Management
  • Network Load Balancing Manager
  • Public Key Management
  • Remote Desktops
  • Remote Storage
  • Telephony
  • Terminal Server Licensing
  • Terminal Services Manager
  • UDDI Services
  • WINS

All this for the low, low price of nothing. The only part I care about is the Terminal Services Manager, which lets me terminate idle remote desktop sessions from target servers. Take that coworkers!

Written by Jeff Atwood

Indoor enthusiast. Co-founder of Stack Overflow and Discourse. Disclaimer: I have no idea what I'm talking about. Find me here: https://infosec.exchange/@codinghorror