Powershell: Show Event Log Power Events
Get-EventLog -LogName System | Where-Object {$_.EventID -eq 1074}