FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
FiFa_FTNT
Staff
Staff
Article Id 192327

Description

 
This article describes recommendations regarding how, when upgrading the Collector agent component, it is sometimes forgotten to also upgrade the DC agent on remote Domain Controllers. Though newer FSSO versions are backward compatible and support older DC agent versions, it is strongly recommended to upgrade DC agents to same version as Collector agent.


Scope

 
FSSO - DC Agent.


Solution

 
To verify the deployed DC agent version:

  1. Open %windir%\system32 and locate dcagent.dll.

  1. Right-click on the file and select Properties.

  2. Select the Detail tab and check File Version.

fhajek_FD31827_tn_FD31827-1.jpg
 
A quicker way to check the DC agent version is via PowerShell. Open the PowerShell CLI as administrator (elevated prompt) and execute the following command:
 

(get-item "c:\windows\system32\dcagent.dll").VersionInfo

 

Output of the command:

 

ProductVersion     FileVersion      FileName
--------------            -----------           --------
5.0.230.0           5.0.230.0        C:\windows\system32\dcagent.dll

 

  1. Confirm that the DC agent is from the same version as the Collector Agent.

  2. If not, push a fresh DC agent version from the Collector Agent.
fhajek_FD31827_tn_FD31827-2.jpg