Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Services info

Status
Not open for further replies.
Apr 27, 1999
705
US


Hello,

I am trying to determine when (date and time) a system service has been started or stopped. Is that information available thru WMI or some other scripting means?

Thanks in advanced.

fengshui1998

 
That information is not accessible via WMI by accessing the Win32_Service class.

You would need to query the even logs for that information. You could use WMI to do that.

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top