powershell Powershell:清除Windows事件日志

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell Powershell:清除Windows事件日志相关的知识,希望对你有一定的参考价值。

wevtutil el | Foreach-Object {Write-Host "Clearing $($_)" -ForegroundColor Green ; wevtutil cl "$_"}

以上是关于powershell Powershell:清除Windows事件日志的主要内容,如果未能解决你的问题,请参考以下文章

powershell 清除配置管理器客户端缓存。

使用nodejs和powershell清除telnet流的正确方法是啥?

powershell 在本地清除所有远程删除的功能分支

windows powershell 怎么清除指令?

使用Powershell以编程方式清除回收站

PowerShell如何清除当前ISE窗口的自定义变量