How to find the version of Data Loss Prevention (DLP) Endpoint Agent installed.
search cancel

How to find the version of Data Loss Prevention (DLP) Endpoint Agent installed.

book

Article ID: 160042

calendar_today

Updated On:

Products

Data Loss Prevention Endpoint Prevent Data Loss Prevention Endpoint Discover

Issue/Introduction

You need to check what version of the DLP Endpoint Agent is installed but cannot find it.

Resolution

Windows Machines

On the local machine if you look at the EPDA.exe file located in the DLP Endpoint Agent installation folder (under Program Files\Manufacturer\Endpoint Agent) you should be able to check the version by opening the properties of that file and viewing the details tab.

 

Mac OS X

Open a Terminal window and run the command below: 

plutil -p  "/Library/Manufacturer/Endpoint Agent/Resources/Info.plist" | grep 'BundleVersion'

Example output:

  "CFBundleVersion" => "14.5.0103.01005"

 

Mac OS X Catalina (10.15.x)

plutil -p  "/Library/Manufacturer/Endpoint Agent/CUI.app/Contents/info.plist" |grep 'BundleVersion'

  "CFBundleVersion" => "15.5.0207.01006"

 

Mac OS BigSur (11.x)

plutil -p "/Library/Manufacturer/Endpoint Agent/Symantec.app/Contents/Info.plist" |grep "BundleVersion"

"CFBundleVersion" => "15.8.00102.01006"

 

Mac OS Monterey (12.x)

plutil -p "/Library/Manufacturer/Endpoint Agent/Symantec.app/Contents/Info.plist" |grep "BundleVersion"

"CFBundleVersion" => "15.8.00102.01006"

 

Enforce Console

Additionally, if Endpoint Agent is already connected to a DLP Endpoint server you should be able to view the version in the Enforce UI under System > Agents > Overview looking at that machine in the list.