脚本仅适用于本地计算机

时间:2020-07-07 08:30:19

标签: powershell

我已经完成了以下脚本,但是它不起作用,(我是powershell的新手)它必须以ps1文件格式运行。

Stop-process -Name *******
Rename-Item -Path "C:\*\*.lbr" -NewName "old-*.lbr" 
Copy-Item \\*.*.*.*\Folder\R_Update\refunds -Recurse C:\*\
C:\*\refunds\setup.exe /quiet
Start-Sleep -Seconds 60
msiexec.exe /i C:\*\refunds\*.msi /qn
Start-Sleep -Seconds 120
Copy-Item -Path C:\*\refunds\*.lbr -Destination C:\*\

(它可在本地计算机上运行,​​但不能在联网计算机上运行) 请帮忙

0 个答案:

没有答案