BloatyNosy/mods/clear-event_logs.ps1
2023-02-23 11:56:11 +01:00

2 lines
108 B
PowerShell

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