2

I would like to log entry when some service was started/stopped. For example this post (Last restart/start time of a windows service) explains how to view logs.

The problem is, when I start/stop given service nothing is logged at all.

So probably I miss some option/configuration enabling the logging. Thus the question -- what is required for logging then?

astrowalker
  • 149
  • 1
  • 7

1 Answers1

2

You will need to configure auditing on your services. This can be baked into your image or deployed to all computers using Group Policy. From the group policy editor, this is found at Computer Configuration->Policies->Windows Settings->Security Settings->System Services. Source.

twconnell
  • 902
  • 5
  • 13