Recommended settings for event log sizes in Windows (KB957662)
With their name, enabled status, logging mode, and max size in MB:
Get-WinEvent -ListLog * | Select-Object LogName,IsEnabled,LogMode,@{Label="MaximumSizeInMB";Expression={$_.MaximumSizeInBytes/1024/1024}}
Sources: