Category filter

Script to update Bitdefender Endpoint Security Tools on Windows

Bitdefender Endpoint Security Tools is a fully automated computer security program that protects your device from malware, network attacks, phishing, and data theft. In an organizational environment, it is important to have Bitdefender regularly updated with the latest security features. In this doc, you can learn how to execute the script to update Bitdefender Endpoint Security Tools on Windows. Hexnode UEM allows admins to remotely deploy these scripts to the endpoints using the Execute Custom Script action.

Disclaimer:

The sample script provided below is adapted from a third-party open-source site.

PowerShell script to update Bitdefender Endpoint Security Tools

The script opens the Product Console, a command line interface found in the Bitdefender installation folder (C:\Program Files\Bitdefender\Endpoint Security) on your endpoint, and executes the update command.

Navigate to the Action History of the tab of the device to view the output.

Output received after successfully deploying a PowerShell script to update Bitdefender Endpoint Security Tools on Windows

Notes:

  • It is recommended to manually validate the script execution on a system before executing the action in bulk.
  • Hexnode will not be responsible for any damage/loss to the system on the behavior of the script.

  • Sample Script Repository