Windows 서버에 대한 활성 원격 연결 (RDP)을 보려면 어떻게합니까? 은 연결이 설정된 IP 주소를 얻는 솔루션을

원격 데스크톱 클라이언트를 사용하여 누가 현재 서버 (Windows 2012)에 연결되어 있는지 볼 수 있습니까? RDP를 통해이 서버에 연결되어 있습니다.

이 질문 은 연결이 설정된 IP 주소를 얻는 솔루션을 제공합니다. 사용자 또는 해당 세션의 목록과이 세션이 마지막으로 활성화 된 시간에 관심이 있습니다.



답변

원격 시스템의 명령 프롬프트에 “사용자 쿼리”를 입력하면 매우 빠르게 볼 수 있습니다.


답변

서버에서 또는 / server : servername 스위치를 사용하여 “qwinsta”명령을 실행하십시오.

>qwinsta /?
Display information about Remote Desktop Sessions.

QUERY SESSION [sessionname | username | sessionid]
              [/SERVER:servername] [/MODE] [/FLOW] [/CONNECT] [/COUNTER] [/VM]

  sessionname         Identifies the session named sessionname.
  username            Identifies the session with user username.
  sessionid           Identifies the session with ID sessionid.
  /SERVER:servername  The server to be queried (default is current).
  /MODE               Display current line settings.
  /FLOW               Display current flow control settings.
  /CONNECT            Display current connect settings.
  /COUNTER            Display current Remote Desktop Services counters informati
on.
  /VM                 Display information about sessions within virtual machines
.

“rwinsta”명령을 사용하여 RDP 세션을 재설정 할 수도 있습니다 .

>rwinsta /?
Reset the session subsytem hardware and software to known initial values.

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

  sessionname         Identifies the session with name sessionname.
  sessionid           Identifies the session with ID sessionid.
  /SERVER:servername  The server containing the session (default is current).
  /V                  Display additional information.

답변

작업 관리자 사용자 탭에서 볼 수 있습니다


답변

tsadmin.msc명령은 Windows RDP 세션에 대한 정보와 제어 기능을 갖춘 멋진 GUI를 제공합니다.