Posted inPowerShell Move指定字串的Folder到另一個指定Folder Posted by Tim Ng 2019-06-28No Comments $year = 19 get-childitem -path D:\backup | foreach-object { new-item -path D:\backup2\20"$year"\$_\ -itemtype directory -force move-item D:\backup\$_\???d"$year"???? D:\backup2\20"$year"\$_\ -force } Tim Ng View All Posts Post navigation Previous Post 列出所有指定目錄下的指定格式檔案數量/容量bytesNext Postzimbra unlock account