in the event you need to check your computer events to track down issues with your machine I must implore you to use “get-EventLog”
use this to your advantage to pinpoint issues.
in the image I used :
Get-EventLog -LogName system -Newest 1 -EntryType Error | Format-List
mainly to for word wrap and readability you can also automate this and dump to a report or email every so often.