I need a solution
All,
I need some help with using PGP Bypass and a package from SCCM 21012. We are running PGP Desktop version 10.2.0 Build 2401 and Server Version 3.2.0. I have a package created in SCCM 2012 that says it installs successfully when checking the status from within the software center. Ihave a batch file that we have created. If that batch file is run manually the machine will bypass the bootguard screen. If that same batch file is entered in SCCM and used to create a package when run from the software center. The software center status shows as being successful but the machine doesn't bypass the bootguard screen.
The contents of the batch file are below:
cd "\Program Files (x86)\PGP Corporation\PGP Desktop"
start "PGP BootGuard Bypass" /MIN /WAIT "C:\Program Files (x86)\PGP Corporation\PGP Desktop\PGPwde.exe" --add-bypass --disk 0 --count 3 --admin-passphrase xxxxxxxxx
Thanks and I would appreciate any help you might could provide.