# 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](https://www.hexnode.com/mobile-device-management/help/executing-custom-scripts-for-windows/) action.

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

 

PowerShell script to update Bitdefender Endpoint Security Tools
---------------------------------------------------------------

PowerShell script to update Bitdefender Endpoint Security Tools

cd "C:\\Program Files\\Bitdefender\\Endpoint Security" .\\product.console.exe /c StartUpdate 

   1

2

  cd "C:\\Program Files\\Bitdefender\\Endpoint Security"

.\\product.console.exe /c StartUpdate 

   

 

  

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 tab of the device to view the output.

[![Output received after successfully deploying a PowerShell script to update Bitdefender Endpoint Security Tools on Windows](https://cdn.hexnode.com/mobile-device-management/help/wp-content/uploads/2024/06/Displayed-output-on-executing-the-script-to-update-Bitdefender-Endpoint-Security-Tools.png "Displayed output on executing the script to update Bitdefender Endpoint Security Tools")](https://cdn.hexnode.com/mobile-device-management/help/wp-content/uploads/2024/06/Displayed-output-on-executing-the-script-to-update-Bitdefender-Endpoint-Security-Tools.png)

 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.