摘要: $timeOutDay = 30 $filePath = "E:\log" $allFile = Get-ChildItem -Path $filePath $i = 0 foreach($file in $allFile) { $daySpan = ((Get-Date) - $file.Last 阅读全文
posted @ 2020-11-13 13:54 Something_lzm 阅读(374) 评论(0) 推荐(0)