SCCM Pulse Secure Silent Install Script

Here is the batch script for pulse secure silent install in SCCM:

 

REM Pulse Secure Install
REM Ray Q
REM Oct 2, 2015

ECHO Get current folder path
pushd %~dp0

ECHO Install and create log
msiexec -i 1.msi CONFIGFILE=”%~dp0\Default.jnprpreconfig” /qn /L*v c:\windows\temp\juniper.log

ECHO Report back to SCCM Server
exit /b %errorlevel%

2 thoughts on “SCCM Pulse Secure Silent Install Script”

Leave a Comment