Windows 远程桌面日志记录
我有一台 Windows 7 计算机,几个人可以通过远程桌面进行操作。我正在寻找一种方法来记录谁(IP地址)已在本地登录(在已登录的计算机上)和/或是否有一种时髦的方法可以在有人登录时向自己发送电子邮件通知,这甚至是更好的。
这只是端口监听的问题吗? Windows 可以在没有第三方工具的情况下执行此操作吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这不是最终的解决方案,但在此期间您可以创建一个 shell 或批处理脚本,在登录时执行并发送电子邮件。另一个选项是利用事件日志。也许您可以通过电子邮件发送事件日志中的内容。
http://technet.microsoft.com/en-us/library/cc771314.aspx
http://www.petri.co.il/send_mail_from_script.htm
祝你好运。
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.