Bitdefender agent deployment via SCCM
hi all,
I am having issues deploying an application via SCCM Current Branch.
Application: Bitdefender Endpoint Security Tools (Gravity Zone)
Manually running either of the 2x script versions below or by scheduling a task works perfectly. However when trying to push via SCCM it goes kind of half-way but never completes [it uninstalls Windows Firewall Config Provider and extracts the Bitdefender files, but never runs it]
SCCM pushes the following files to the ccmcahe\ folder:
WindowsFirewallConfigurationProvider.msi
bitdefender_pckg_x64.exe
installer.xml (bitdefender conf file)
install.bat script
install.bat script1:
msiexec.exe /x "WindowsFirewallConfigurationProvider.msi" /L*V "C:\WIndows\Temp\WFCP.log" /quiet /norestart
sleep 10
bitdefender_pckg_x64.exe /bdparams /silent
install.bat Script2
start /wait msiexec.exe /x "WIndowsFirewallConfigurationProvider.msi" /L*V "C:\WIndows\Temp\WFCP.log" /quiet /norestart
start /wait bitdefender_pckg_x64.exe /bdparams /silent
I cannot find any clues from logs located on CCM\Logs folder
Assistance is much appreciated
rb51