I am after a script that can look for all services on a Windows server that match a string, like 'websiteapi_' and effectively alert when they are down. This would need to ignore services that are disabled. I would settle for a script that just returned a list of those not running and alerted if any results are returned.
Any ideas?
Add comment