Hello Guys!
I'm trying to install an MSI package with a powershell script, via SCCM, with multiple arguments by using START-PROCESS. How can I go about this? I'm using start-process because I want to pass the following arguments:
REINSTALLMODE=VOMUS REINSTALL=ALL REBOOT=REALLYSUPPRESS /qn /l*vAny suggestions??? Thanks!!