how to find the clientname of an remote desktop session?
        Posted  
        
            by Hemal Pandya
        on Server Fault
        
        See other posts from Server Fault
        
            or by Hemal Pandya
        
        
        
        Published on 2010-06-15T06:06:51Z
        Indexed on 
            2010/06/15
            6:13 UTC
        
        
        Read the original article
        Hit count: 364
        
windows-server-2003
|remote-desktop
We have servers on which we run tests and all users connect using the same credentials. The server allows 2 connections. What happens often is that one user is already active and the other two users keep hijacking the remaining session.
Using query session, I can find out what are the active connections. But it does not list the client machine from where the session originates, which taskmanager displays.
How do I get this information from a remote machine? I prefer a command line solution. Thanks in advance.
© Server Fault or respective owner