chrbb Posted January 19, 2012 Posted January 19, 2012 I've had a long day - so be gentle with me. Because my server is in another part of school and I have to squeeze past lots of stuff to get to it, I use remote desktop to do stuff on the server. (Also lazy!) Now I don't always connect from the same workstation and disconnect. Silly question time now - do I connect to the same remote session each time or will I have several different instances of administrator logged in at any one time?
6Foot2 Posted January 19, 2012 Posted January 19, 2012 You could leave an application open and then remote logon at another station. If you see the same application running when you logon at the new station this should confirm that you have attached to the same session from elsewhere.
Heebeejeebee Posted January 19, 2012 Posted January 19, 2012 If you log in from a different machine your last (open) session should be closed automatically (you normally get a message on screen telling you such) so you're in the same session effectively but from a different machine. Get in the habit of logging out though or you may come unstuck one day. HBJB
Boredguy Posted January 19, 2012 Posted January 19, 2012 Adding a "/admin" to the Remote Desktop command if you are on a Windows XP SP3 machine or newer will sort it out for you Will basically give you the console window at the server as your rdp session. It is one of the documented switches for mstsc
chrbb Posted January 19, 2012 Author Posted January 19, 2012 Yes I use /admin, but have occasionally not...... so I think a reboot of the servers, and stick to /admin in future.
Michael Posted January 19, 2012 Posted January 19, 2012 When you dial in to a server, by opening Task Manager and navigating to the Users tab, you can switch between sessions.
RobC Posted January 22, 2012 Posted January 22, 2012 You can also use Terminal Services Manager (can't remember the 2008 R2 name for it) to see which sessions are active, disconnected, etc and log off or reconnect to any old sessions that are lingering around. RobC
dhicks Posted January 22, 2012 Posted January 22, 2012 do I connect to the same remote session each time or will I have several different instances of administrator logged in at any one time? You can use VNC instead, then you'll connect to the actual console of the machine.
AngryTechnician Posted January 23, 2012 Posted January 23, 2012 You can use VNC instead, then you'll connect to the actual console of the machine. If you go down this route, be aware that most versions of VNC use comparatively weak password encryption. Remote Desktop is more secure.
jonnykewell1 Posted January 23, 2012 Posted January 23, 2012 This simple script is helpfull for ending all sessions on the server: @echo off @break off logoff 1 /server:*servername* logoff 2 /server:*servername* logoff 3 /server:*servername*
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now