我很难将文件从本地目录移动到 Team Drive。
我有一种感觉,我可能会被迫离开 PS 并寻找另一条路线,我真的不想这样做,但就这样吧。
此命令不起作用:
移动项目 - 路径 'C:\Program Files (x86)\FieldSmart View\Logs\BgSync.log' -Destination 'G:\Team Drives\LGE Prints\Logs\$env:computername.txt'
此命令确实有效:
移动项目 - 路径 'C:\Program Files (x86)\FieldSmart View\Logs\BgSync.log' -Destination C:\Users\ITAdmin\Desktop\Test\$env:computername.txt
唯一的区别是目的地。
尝试将文件移动到团队云端硬盘时,会返回以下错误:
Move-Item :不支持给定路径的格式。
在行:1 字符:1
移动项 -Path 'C:\Program Files (x86)\FieldSmart View\Logs\BgSync.l ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
CategoryInfo : NotSpecified: (:) [Move-Item], NotSupportedException
FullyQualifiedErrorId : System.NotSupportedException,Microsoft.PowerShell.Commands.MoveItemCommand
我能做些什么?