TopicWindows Server →
A service stopped by sending a mistake.
Source of event
Service Control Manager — Services category.
Possible causes
- Application error
- Improper configuration
- Dependence unavailable
Verifications to be carried out
- Read code of error
- Search for events from the same source
- Control the service configuration
Useful orders….
Get-WinEvent -FilterHashtable @{LogName='System'; Id=7023} -MaxEvents 30
To be retained….
An Event ID must always be interpreted with its source, its full message, its timing and the context of the system. The same number may exist in several providers of events.