mirror of
https://github.com/builtbybel/BloatyNosy.git
synced 2024-11-25 09:23:50 +01:00
2 lines
108 B
PowerShell
2 lines
108 B
PowerShell
|
Import-Module Microsoft.PowerShell.Management
|
|||
|
Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }
|