开发者

Alert program for logging into Windows Server 2008

开发者 https://www.devze.com 2023-03-20 05:01 出处:网络
I\'ve created a simple console app that will be used to send an email every time a server is logged into remotely. It will be used for auditing purposes and detecting logins without the need for check

I've created a simple console app that will be used to send an email every time a server is logged into remotely. It will be used for auditing purposes and detecting logins without the need for checking log files which could be modified.

How do I install t开发者_如何学Che app on the server, and how do I invoke the exe at login, without installing as a service or some other noticeable process?


Just create a scheduled task that sends an email whenever anyone logs on. (Windows Server 2008 can even send the email itself, but in that case I don't know whether you can tell who the user that logged on was.)

0

精彩评论

暂无评论...
验证码 换一张
取 消