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
- 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++.
- 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>
- Search for all instances of
<ComputerName>
- Remove any of the names where
<LastDeployment>0</LastDeployment>
is set to0
. They represent computers that do not have the agent installed.
- Use the resulting document as a list of computers with agents installed.