Need help on Powershell Copy-Item from network drives
问题 I am trying to use Copy-Item from remote machine to another remote machine with the command: Copy-Item -Path "\\machine1\abc\123\log 1.zip" -Destination "\\machine2\\c$\Logs\" I am constantly getting Error " Cannot find Path "\\machine1\abc\123\log 1.zip " I can access that path and copy manually from there. I am opening PowerCLI as administrator and running this script... I am absolutely stuck here and not sure how to resolve it. 回答1: This seems to work as is on PowerShell v3. I don't have