I’d like to write a script that checks if a service is running (routing and remote access) at an interval of say every 15 minutes and starts the service if it’s not already running. I know how to start services but I’m not sure how to make something like this check on an interval timer.
I’m running SBS2003. Thanks.