Category filter

Deploy Bitdefender on Windows Devices using Hexnode UEM

Bitdefender Endpoint Security Tools (BEST) is a comprehensive security agent that protects devices from malware, ransomware, and network attacks. This guide covers deploying the BEST agent on Windows devices using Hexnode UEM, allowing administrators to remotely install it without user intervention.

Prerequisites

  • Administrator access to the Bitdefender GravityZone Control Centre.
  • Target Windows devices must be enrolled in Hexnode UEM.

Step 1: Retrieve the Bitdefender GravityZone Package ID

Before deploying Bitdefender via Hexnode UEM, retrieve the package ID associated with the Bitdefender installation package:

  1. Generate Package: Log in to BitDefender GravityZone Control Centre portal and navigate to Network > Packages > Installation Packages. Click Create to configure your specific security modules.
  2. Save & Export: After saving, select your package and click Send Download Links.
  3. Extract ID: In the download window, locate the Windows Downloader URL and copy the alphanumeric string enclosed in square brackets. This value is the GravityZone Package ID.
    • Example URL: https://cloudap.gravityzone.bitdefender.com/Packages/BSTWIN/0/setupdownloader_[aHR0cHM6Ly9jbG91ZGFwLWVj==].exe
    • Extracted ID: aHR0cHM6Ly9jbG91ZGFwLWVj==

GravityZone Package ID of Windows Downloader from BitDefender GravityZone portal.

Step 2: Prepare the PowerShell Script

To deploy the BEST agent through Hexnode UEM, create a PowerShell script using the following code, and save it as a .ps1 file on your device/upload it to the Hexnode Script Repository. Ensure you replace “$GZ_Package_ID ” with the GravityZone Package ID from Step 1.

Step 3: Deploy via Hexnode UEM

  1. Log in to your Hexnode UEM portal.
  2. Navigate to Manage > Devices and select your target Windows endpoints.
  3. Click Actions > Deployments > Execute Custom Script, select the PowerShell script, and execute it.

Hexnode UEM executes the script remotely, initiating the BEST installation on the selected Windows devices.

Screenshot of Hexnode UEM dashboard showing the output of ‘Execute Custom Script’ remote action from Action History sub-tab, located between ‘Device Groups’ and ‘Remote View/Control’ sub-tabs.

Frequently Asked Questions

Does the Bitdefender installation trigger any user prompts or notifications?

No. The deployment runs completely as a silent background process via Hexnode UEM. The Bitdefender Endpoint Security Tools (BEST) agent installs quietly without triggering any pop-ups, security prompts, or user interruptions, allowing employees to continue working without downtime.

How to verify that the Bitdefender agent deployed successfully?

A successful installation can be verified through:

  • Hexnode UEM: Navigate to Manage > Devices > select the device > open the Action History sub-tab. Verify that the custom script execution is marked as successful, indicating that the Bitdefender deployment was initiated on the device.
  • Screenshot of Hexnode UEM dashboard showing successful deployment of Bitdefender agent from Action History sub-tab, located between ‘Device Groups’ and ‘Remote View/Control’ sub-tabs.

  • Bitdefender GravityZone Control Centre: Check the Network tab in the Bitdefender GravityZone Control Center to ensure the endpoint appears online, managed, and active.
  • Screenshot of Bitdefender GravityZone Control Centre dashboard showing list of Windows devices with Bitdefender agent installed.

Windows Device Management