Script for Monitoring all Windows Services with Startup auto

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
atdata
Posts: 5
Joined: Thu May 06, 2010 12:57 am

Script for Monitoring all Windows Services with Startup auto

Post by atdata »

Hello,

a few month ago i found a script on this site which allows me to monitor
all windows services with startup-type "auto". This was while i was testing
ahm. Now we bought the software but i cant find this script anymore...
Has anyone of you a copy of this script?

It monitors the windows services and starts alerting asap as one of
the automatic started services is in state stopped.

Thanks and regards,
Patrick
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Script? May be simple query for WMI test method?
The query: SELECT Name FROM Win32_Service WHERE Started=0 AND StartMode='Auto' shows all services which have not started and have the start mode configured to "Automatic".
http://www.ks-soft.net/hostmon.eng/mfra ... ts.htm#wmi

Regards
Alex
Post Reply