我已经完成了以下脚本,但是它不起作用,(我是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:\*\
(它可在本地计算机上运行,但不能在联网计算机上运行) 请帮忙