When using this command line installation in front of the PC, I have no problem. Installs as it should:
MSIEXEC /i C:\Temp\BEST_downloaderWrapper.msi /qn GZ_PACKAGE_ID=mysuccessfulstring REBOOT_IF_NEEDED=1)
When I use the same command as part of the Poweshell remote feature to install remotely It does not install, no errors just aborts without installing and without feedback:
Invoke-Command -ComputerName $Server -ScriptBlock {(&cmd.exe /c MSIEXEC /i C:\Temp\BEST_downloaderWrapper.msi /qn GZ_PACKAGE_ID=mysuccessfulstring REBOOT_IF_NEEDED=1)
Any ideas? Thanks, Gideon.