Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

install MSI application on a remote machine

$
0
0

Hello experts,

I am trying to install an MSI application on a remote server from my system. I have got all the necessary access rights to that box. I am running the below command to install this on remote server

 

invoke-command -computername Server01 -scriptblock {msiexec /qr /i "c:\test (x64).msi"}

But it is not installing this on the server and not throwing any error also. Grately appreciated if anyone knows how to call MSI/exe's on remote machines.


Viewing all articles
Browse latest Browse all 6937

Trending Articles