Use PowerShell to parse event log for shutdown events

Get-EventLog -LogName system -Source user32 -Newest 1 | fl *

Comments are closed.