Summary: Use Windows PowerShell to get a quick event log status update.
How can I quickly obtain a status update on my event logs? Things such as the retention policy, overflow action, and numbers of event in the logs?
Use the Get-EventLog cmdlet with the * after it, as shown here.
Get-EventLog *