百度一下,你就知道。
把搜索结果改了改就成了这样,机器没有装环境,不知道能跑不- Get-ChildItem -Path C:\Test -Recurse -Include *.log -ErrorAction:SilentlyContinue | Where-Object -FilterScript {(((get-date) - ($_.LastWriteTime)).days -gt 30 -and $_.PsISContainer -ne $True)} | Remove-Item -Force
复制代码
|