PowerShell远程安装exe - 无法安装

时间:2017-12-04 14:38:32

标签: powershell

我试图通过使用下面的脚本在远程机器上安装exe,但它没有成功。 exe文件位于远程计算机上。

Invoke-Command -ComputerName COMPUTER -ScriptBlock{
    Start-Process c:\Windows\Temp\ccsetup.exe -ArgumentList '/silent' -Wait
}

我试过提供不同的路径,但没有用。

0 个答案:

没有答案