Script to check if a windows service is running, and email a user if it is not
By Burnsie • Feb 21st, 2007 • Category: MiscThis script will check if a specified windows service is running, and if not, it will email a user.
This script uses the Microsoft CDO service. You will need to ensure you have permissions to relay through the SMTP server you have specified in the variables.
‘check service.vbs
‘/*****************************************************************/
‘ ABOUT:
‘ Checks if a service is running and [...]

