Special commands for Terminal Service environments

Microsoft introduced some new commands for TS environments in Windows 2003. It's worth to take a look at them.

QUERY { PROCESS | SESSION | TERMSERVER | USER }

TSDISCON [sessionid | sessionname] [/SERVER:servername] [/V]

TSKILL processid | processname [/SERVER:servername] [/ID:sessionid | /A] [/V]

SHADOW {sessionname | sessionid} [/SERVER:servername] [/V]

TSSHUTDN [wait_time] [/SERVER:servername] [/REBOOT] [/POWERDOWN] [/DELAY:logoffdelay] [/V]

RESET { sessionname | sessionid } [/SERVER:servername] [/V]

You can lookup their description in the Windows help ... I just mentioned them, because lot of people (like me Smile) do not make the effort to check for new commands (etc.) at every new Windows release. Maybe because I'm not a system administrator in the first place ... Smile