Installation, Storage, and Compute with Windows Server 2016 — Question 200

You have a server named Server1 that runs Windows Server 2016.
The server has an application named App1. App1 writes entries to the Application event log when errors are encountered. The events have IDs of either 111 or
112.
You need to restart the service whenever either of these events is logged.
What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because Task Scheduler allows you to create a task that can respond to multiple triggers, in this case, the event IDs 111 and 112. The other options either do not provide the capability to restart a service based on event logging or involve tools that are not suited for this specific task.