get the drives get-psdrive # list folders (my example is powershell 3+) get-childitem C:\ -Filter "foldername" -Recurse -Directory ...
確定! 回上一頁