返回列表 发帖
个人认为与其用 where 不如用 -include '*.txt',无论可读性还是执行效率都是更优选择
Get-ChildItem -Path C:\windows -Recurse -ErrorAction SilentlyContinue -Include '*.ps1'COPY

TOP

返回列表