Move Files older then 31 days to another drive

前端 未结 2 1434
北恋
北恋 2021-02-05 16:56
Function Move {
  #Moves all files older than 31 days old from the Source folder to the Target 
  Get-Childitem -Path \"E:\\source\" | Where-Object { $_.LastWriteTime -l         


        
2条回答
提交回复
热议问题