pdxcat / Get-LogonHistory

PowerShell script that gathers data about logons and logoffs from Event Logs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find way to make log XP unexpected shutdowns so the script can parse them.

pfaffle opened this issue · comments

XP does not log unexpected shutdowns by default. Find a way to make it do that so that the script can be made to work the same way for Windows 7 and XP with regards to improper shutdowns.

This might help: http://www.microsoft.com/en-us/download/details.aspx?id=14732

XP is EOL and we've eliminated it from our environment, so we don't really care about this anymore.