a few users have logged into a server through RDP.

I would like to monitor activity, but do not know my way round Windows Server that well.

I am hoping there are logs of some kind around that I can consult.


Any ideas? :)

link|improve this question

1  
Belongs on ServerFault? – Vineet Reynolds Nov 25 '10 at 12:23
feedback

migrated from stackoverflow.com Nov 25 '10 at 17:13

This question came from our site for professional and enthusiast programmers.

4 Answers

up vote 1 down vote accepted

A few options..

  1. Basic windows logging using the policy setting "Audit Logon Events" should cover your needs.
  2. You can also use a Remote Desktop Gateway and configure auditing that logs which users are accessing which internal resources via RDP. Some additional information is available here.
  3. SecureRDP has detailed logging that outputs to .CSV format. SecureRDP is now offered for free.
link|improve this answer
feedback

You can have a look here. It's for Windows XP but most of it is still valid. http://theillustratednetwork.mvps.org/RemoteDesktop/RemoteDesktopSetupandTroubleshooting.html

link|improve this answer
feedback

you can set any user account in AD for remote control to view or interact with a users session by going to the users tab in task manager right clicking and select remote control...you can view their session.

link|improve this answer
feedback

Open Event Viewer and go to Applications and Services Logs\Microsoft\Windows\TerminalServices-LocalSessionManager then open up Admin or Operational under that view. You will see the sessions list. Date/Timestamped/IP/UserName etc. You can also look under Applications and Services Logs\Microsoft\Windows\TerminalServices-RemoteConnectionManager

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.