I’m trying to install Microsoft PowerBI but I am running into a wall. I am doing it through the “Required Software” option for installing programs. I am using the following powershell to install it:
msiexec.exe /i "\\xxxxx\xxxxxx\Install Files\Power BI Desktop\PBIDesktopRS_x64.msi" /quiet ACCEPT_EULA=1
This exact powershell line works outside of automox and I can’t understand why it’s not working within the console. For added confusion, Automox say that it was successfully installed on the target computer but when I look at the programs installed on it that is not the case.
Any direction would be greatly appreciated!