Office 365 ProPlus script does not run in SCCM

Hi!

Not sure if this forum is appropriate for SCCM related questions, but I’m unable to get my script to run in SCCM (Deploying as a Package). It runs perfect if I just run the executable. In SCCM it’ll download, then start the script. It does the Uninstalls 2010 fine using Offscrub10.vbs, but then… as soon as it hits the line:

Execute-Process -Path “$dirFiles\Source\Setup.exe” -Parameters “/CONFIGURE configuration.xml”

It just plows through it and does nothing. No error codes in execmgr.log.

Any ideas why SCCM it isn’t executing the install?

Must specific the full path for the configuration.xml.