gpt4 book ai didi

powershell - 带覆盖的复制项目

转载 作者:行者123 更新时间:2023-12-04 00:08:56 26 4
gpt4 key购买 nike

在我的一个脚本中,它试图将一个 exe 复制到 C:\Windows\Temp 文件夹。例如:

Copy-Item repo\filename.exe -Destination \\$machine_name\C$\Windows\Temp

错误信息:

Copy-Item : The network path was not found.
At D:\CMPortal\Scripts\ClientRepair\RepairCCMClient.ps1:122 char:33
+ if(Copy-Item <<<< cmsetup.exe -Destination \\$install_cmexec\C$\Windows\Temp)
+ CategoryInfo : NotSpecified: (:) [Copy-Item], IOException
+ FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.CopyItemCommand

当我手动运行相同的命令时,它起作用了。不知道怎么了。如果复制的文件存在于目标中,是否有覆盖文件的方法?

提前致谢。

最佳答案

您是否正确使用引号?

Copy-Item 'repo\filename.exe' -Destination "\\$machine_name\C`$\Windows\Temp" -Force

关于powershell - 带覆盖的复制项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15549026/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com