Get a list of details about log files

Get-EventLog -List

get a list of event channels

In powershell

Get-WinEvent -ListLog *

Source