How Can I Be Notified Any Time a Service Goes Down?
Hey, Scripting Guy! How can I be notified any time a service goes down?-- RN Hey, RN. As usual, there are a couple different ways you can do this, but perhaps the simplest approach is to create a script that monitors WMI events. We don’t have time to do a detailed explanation of WMI events in this column, but the basic idea is that you can ask WMI...