0

Possible Duplicate:
How do I find out which remote desktop sessions are active?

Hey Admins,

What's the fastest way to find out who is connected (via RDP) to a server ? And also how to reset on the connections ?

Thanks in advance

Xavier C
  • 703
  • 2
  • 9
  • 12

5 Answers5

3

See this question for similar answers using the command line.

Alternetively you can use the terminal services manager mmc to view sessions and disconnect them.

Sam Cogan
  • 38,158
  • 6
  • 77
  • 113
1

Open up the task manager, and go to the users tab. If there is anything in the "client Name" tab they are connected via remote desktop. That same screen gives you the option to disconnect or log off those users.

racyclist
  • 624
  • 5
  • 9
1

Use:

qwinsta /server:server

and

rwinsta /server:server <sessionid>

to reset sessions (with proper privileges).

Answered in this question.

Qwerty
  • 1,504
  • 2
  • 15
  • 24
0

Use Terminal Services Manager, bundled with the Windows Server Admin Pack for your version of Windows.

mhud
  • 531
  • 1
  • 3
  • 10
0

On a terminal server, I just log on and check the task manager. On other servers, I telnet into it and logoff 0.

tsilb
  • 608
  • 2
  • 10
  • 15