Windows Remote Desktop logging
I have a Windows 7 machine that several folks Remote Desktop into. I'm looking for a way to log who (IP address) has logged in locally (on the machine that has been logged into) and/or if there is a snazzy way to email 开发者_运维百科myself a notification whenever someone logs in that would be even better.
Is this just a matter of port listening? Can Windows do this on it's on without third party tools?
I don't think this is the end solution but in the interim you could create a shell or batch script that executes at log in and sends an email. The other option is tapping into the EventLogs. Perhaps you can email something form the event log.
http://technet.microsoft.com/en-us/library/cc771314.aspx
http://www.petri.co.il/send_mail_from_script.htm
Good luck.
精彩评论