Start a conversation

Exporting a List of Computers with Agents Installed

Overview

A list of all computers that have been added to the console can be found in:

...\Program Files\GFI\EndPointSecurity\Data\toolcfg_computers.xml

NOTE: Always work from a copy of this file. Do not use the original, as it is constantly being accessed by the program.

Process

  1. Open the ...\Program Files\GFI\EndPointSecurity\Data\toolcfg_computers.xml file in a text editor. It is recommended to use an advanced one like Notepad++.

  2. Each computer has an entry that looks like this:
 <Computer>
<ComputerGuid>ce4e87bb785c4476bab6589e801d6fb1</ComputerGuid>
<ComputerName>computer_name</ComputerName>
<PolicyGuid>4b12ebf7-43d8-4ff9-765a-5db0f7b2be0c</PolicyGuid>
<LastDeployment>41283.47911630787</LastDeployment>
<PendingDeployment>false</PendingDeployment>
<DeploymentType>2</DeploymentType>
<ScheduleDeployment>0</ScheduleDeployment>
<ExtraData>-</ExtraData>
<InvalidLicense xsi:nil="true" />
<GroupGuid />
<Alias xsi:nil="true" />
<LoginUserName xsi:nil="true" />
<LoginUserPassword xsi:nil="true" />
<InheritLogonCredentials>1</InheritLogonCredentials>
</Computer>
  1. Search for all instances of <ComputerName>
User-added image
  1. Remove any of the names where <LastDeployment>0</LastDeployment> is set to 0. They represent computers that do not have the agent installed.

  2. Use the resulting document as a list of computers with agents installed.
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments