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.