Here is the batch script for pulse secure silent install in SCCM:
REM Pulse Secure Install
REM Ray Q
REM Oct 2, 2015ECHO Get current folder path
pushd %~dp0ECHO Install and create log
msiexec -i 1.msi CONFIGFILE=”%~dp0\Default.jnprpreconfig” /qn /L*v c:\windows\temp\juniper.logECHO Report back to SCCM Server
exit /b %errorlevel%
So what does Default.jnprpreconfig contain? This appears to be essential to making the script work.
you cannot manually create them, have to use their admin tool to create config file.