我尝试通过PowerShell中的wmic命令在远程计算机上安装MSI。
我使用的命令触发MSI如下
wmic /node:192.xxx.xx.xx /user:"user" /password:"Password" product call install true,"","\\remoteIP\c$\Program Files\My_Location\My_Installation_File.msi"
但是我收到了如下所述的错误
Invalid format.
Hint: <paramlist> = <param> [, <paramlist>].
为什么我收到此错误
先谢谢
答案 0 :(得分:1)
如果你在命令提示符下尝试相同的操作,你将完成它...