标签: file powershell automation move
如何使用PS脚本(没有调度程序)自动执行文件移动。我想将文件从本地移动到网络/驱动器
答案 0 :(得分:0)
移动项应满足您的要求:
Move-Item -Path PathToFile -Destination DestinationPath