Need to check for running services



I am trying to devise a script that will run against a remote server to
check the status of Services that are set to start on boot (automatic). I
have been looking at the sc.exe utility. It looks promising using the query
or queryex switch, but it only shows the running services.

Actually what I could use is a script that checks for boot services that are
NOT running (stopped). I need to run this against over 50 servers at regular
intervals...

Suggestions anyone?

Steve



.



Relevant Pages