BloatyNosy/mods/clear-event_logs.ps1

2 lines
108 B
PowerShell
Raw Normal View History

2024-02-26 20:54:58 +01:00
Import-Module Microsoft.PowerShell.Management
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }