BloatyNosy/mods/clear-event_logs.ps1
2024-02-26 20:54:58 +01:00

2 lines
108 B
PowerShell

Import-Module Microsoft.PowerShell.Management
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }