Question

I need to monitor a server's connection status. I should be notified by email if its ip address is changed. I have developed a console application to simply obtain the machine's public ip address and send it via email to my mailbox. Therefore, I need a trigger to call my console application and I want to do it in the windows Task Scheduler.

Is there possible having a system trigger or event that involved in Task scheduler? And How?

Thanks

Was it helpful?

Solution

if ip helpservice is running you should have an event raised when ip change

Event ID 4200 Source: iphlpsvc

you can create a task in win7 or win2k8 that triggers when an event occured

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top