PowerShell 查找大于1M的文件

dir C:\Windows | where {$_.length -gt 1mb} |foreach-object {$_.Name}
posted @ 2022-03-10 13:17  Peter_Yi  阅读(207)  评论(0编辑  收藏  举报