Tag Archives: EPP

Bitdefender Endpoint Security Tools remote deployment

Setting this https://www.bitdefender.com/business/support/en/77209-157498-install-security-agents—use-cases.html#UUID-ce63a5eb-e064-6715-2884-c2ca4377f3aa Then https://www.bitdefender.com/business/support/en/77209-157497-install-security-agents—standard-procedure.html#id337204 For Active Directory machines use these syntaxes: username@domain.com and domain\username. To make sure that entered credentials will work, add them in both forms (username@domain.com and domain\username).

Posted in Gravityzone | Tagged , , , , , , , | Leave a comment

Enable Excel Macro

Macro can be block by Fileless Attack Defense if it trigger powershell.exe Fix by add command in Exclusions such as below command “C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe” -ExecutionPolicy Bypass -WindowStyle Hidden -Command “Get-Process EXCEL ………. | Stop-Process -Force” Then when it execute this command … Continue reading

Posted in Gravityzone | Tagged , , , , , , | Leave a comment