PSU Agent Silent Install

Product: PowerShell Universal
Version: 5.4.3

@adam
Is there a method for silently installing the agent? We are looking to push it out to a device collection in SCCM and I can’t seem to find the right way to do this.

msiexec /qn /i PowerShellUniversal.Agent.5.4.3.msi does not run properly; I’m assuming i have to pass a EULA agreement and installation filepath. Can you point me in the right direction?

Thank you!

For any future readers, I was finally able to circle back to this and found the proper string for a silent install (requires an admin command prompt):

msiexec /qn /a PowerShellUniversal.Agent.<version>.msi WIXUI_EXITDIALOGOPTIONALCHECKBOX=

Yes, there is nothing after the equals sign.

2 Likes

Curious what you are using the agent for?

It functions as an event handler communicating some information up from some Assigned Access kiosks. This was to reduce the complexity of builds, using SCCM to target these devices and install the agent along with the configuration files needed.