echo off powershell.exe Invoke-WebRequest -OutFile %temp%\Default.pulsepreconfig http://www.bmc.org/sites/default/files/hd/default.pulsepreconfig powershell.exe Invoke-WebRequest -OutFile %temp%\jamCommand.exe http://www.bmc.org/sites/default/files/hd/win10/jamCommand.exe %temp%\jamCommand.exe -importfile %temp%\Default.pulsepreconfig IF EXIST %temp%\Imprivata.jnprpreconfig DEL /F %temp%\Default.pulsepreconfig IF EXIST %temp%\jamCommand.exe DEL /F %temp%\jamCommand.exe exit