Tag Archives: rdp session

Windows Server 2012: Connect to a Users RDP Session

Hi,

if Windows Serer 2012 (R2) is configured in RDP Administration mode, which is the default, it is no more possible to connect to a other users remote desktop session with the GUI “Remote Desktop Services Manager”. Microsoft has removed this tool and do not provide an equivalent replacement.
Continue reading Windows Server 2012: Connect to a Users RDP Session

Advertisment to support michlstechblog.info

Windows: Howto terminate a RDP Session remotely by command line

Hi,

when a RDP sessions hangs there are multiple ways to destroy it. The command line way:

Identify the RDP Session ID. Use quser


C:\>quser /Server:YourWindowsServer
 USERNAME              SESSIONNAME        ID  STATE   IDLE TIME  LOGON TIME
 winuser               rdp-tcp#6           2  Active          3  24.09.2014 22:26

Continue reading Windows: Howto terminate a RDP Session remotely by command line