Summary: Use Windows PowerShell to check the status of Windows event logs.
How can I easily check sizes, the number of entries, and the overflow action of all traditional event logs on my Windows system?
Use the Get-EventLog cmdlet with the –list switch:
Get-EventLog -List