BloatyNosy/mods/clear-event_logs.ps1

2 lines
108 B
PowerShell
Raw Normal View History

2023-02-23 11:56:11 +01:00
Import-Module Microsoft.PowerShell.Management
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }