I needed a script to confirm that a couple of NTP servers were in sync and offering the correct time to other network clients. Rather than comparing the current time with a web page which is what our customer attempted
Windows Service Status Checker
A simple script designed to be run via an AT command to check the status of a service and attempt to restart it if necessary. This requires Python for Windows extensions (http://sourceforge.net/projects/pywin32/) 1 2 3 4 5 6 7 8