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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

event logging - service activity

Status
Not open for further replies.

mike1005

Technical User
Joined
Jun 26, 2001
Messages
5
Location
US
Hello -

I have an NT server that requires automated shutdown/startup of certain services during the evening. I would like this activity monitored by the event log, but standard NT auditing doesn't seem to allow this....any ideas?

THANKS!!!
 
if you are doing this using the at scheduler, you could do this :

net stop my_service1 >c:\logs\stop_myservice1.log
net start my_service1 >c:\logs\start_myservice1.log

Peter Van Eeckhoutte
peter.ve@pandora.be

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top