The Below Powershell command will clear all even logs from a Windows Server 2012 R2.

wevtutil el | Foreach-Object {wevtutil cl “$_”}