Powershell to retrieve log list
Get-WinEvent -ListLog * -Force | Sort-Object LogName
John Grenfell edited Revision 2. Comment: sorry .. messed up the formating.
John Grenfell edited Revision 1. Comment: I've updated the list of logs to include hidden logs.
Rich Prescott edited Original. Comment: Fixed formatting
Very useful.