TopicWindows Server →
Windows saved information about a blue screen or bug-go.
Source of event
Microsoft-Windows-WER- (2003)Error reporting — System category.
Possible causes
- Defective driver
- Hardware problem
- memory
- Storage failure
Verifications to be carried out
- Read the bug check code
- Locate the file
- Analyze events just before the crash
Useful orders….
Get-WinEvent -FilterHashtable @{LogName='System'; Id=1001} -MaxEvents 10
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.