| Advertise on warmetal.nl! Click for more information about advertising here. |
Did you find this website useful? Did I save you a lot of time? |
|
To check the sessions on a Windows Server 2008 Terminal Server do this:
You can enable / disable logons on terminal servers like this:
change logon /enable change logon /disable
Query the current setting:
change logon /query
If you have sysinternals installed you can do it from remote as well:
C:\Documents and Settings\sjoerd>psexec \\<servername> change logon disable PsExec v1.55 - Execute processes remotely Copyright (C) 2001-2004 Mark Russinovich Sysinternals - www.sysinternals.com Session logins are currently DISABLED change exited on <servername> with error code 1.
Discussion