ramon82 Posted September 6, 2008 Report Share Posted September 6, 2008 Hi all! I have a question you might help me with. I have an email service which relies to IIS....Is there a way how I could be notified that the IIS Service was stopped? ie: if SERVERA runs IIS and stops, SERVERB or SERVERA itself notifies a client running XP? Any idea anyone?thanks! Quote Link to comment Share on other sites More sharing options...
ced Posted September 6, 2008 Report Share Posted September 6, 2008 Hi all! I have a question you might help me with. I have an email service which relies to IIS....Is there a way how I could be notified that the IIS Service was stopped? ie: if SERVERA runs IIS and stops, SERVERB or SERVERA itself notifies a client running XP? Any idea anyone?thanks!If you right click on the service and go to the "recovery" tab you will have a number of options that will be executed when the services "fails".In this example you could run "Net send PCNAME "server has stopped!"" this will send a message through the network to the pc of choice. Although the net send service has to be enabled and running. Quote Link to comment Share on other sites More sharing options...
ramon82 Posted September 9, 2008 Author Report Share Posted September 9, 2008 I created a batch file using NET SEND command to notify me whenever service stops...your advice was very helpful.Query answered :) Cheers Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.