User Tools

Site Tools


computing:windows:clear_event_logs

This is an old revision of the document!


Clear All Windows Event Logs

PowerShell

:!: Ignore the error clearing the Debug logs.

Get-WinEvent -ListLog * -Force | % { Wevtutil.exe cl $_.logname }
computing/windows/clear_event_logs.1389041418.txt.gz · Last modified: 2014/01/06 13:50 by gcooper