Uninstalling the Endpoint Agent - Windows 11 (using cmd)

Introduction

Uninstallation of the Endpoint Agent will result in the device no longer being monitored by Field Effect.


Should the device continue to be used without the Endpoint agent running, the device will be flagged by an appropriate ARO informing you that a Host has been observed to be running without the Endpoint agent installed.


The Uninstallation of the Endpoint Agent may be required when you are decommissioning a PC or Server and do not want for it to appear in the MDR Portal.  The steps below will help you to remove the agent using the Windows Command Prompt (cmd)



We do not recommend disabling Endpoint Protection globally if you need to uninstall our endpoint agent from a set of devices.

Instead, we recommend using the Devices page's Bulk Edit functionality. With bulk editing, you can disable agent protection for only the devices that servicing, while keeping the rest of your fleet protected. See our Help Center article on Bulk Editing Endpoints.


Table of contents


Step 1 - Login

Log into the Endpoint


Step 2 - Open CMD

Open a command window as an administrator


Step 3 - Open PowerShell

Open PowerShell

c:\>powershell


Step 4 - Locate installation

Locate the 'Field Effect' installation

PS c:\>get-wmiobject Win32_Product | where Vendor -match "Field Effect"


Step 5 - Installation summary

You should now see the details of your installation

IdentifyingNumber : {164SDF7E1-08A6-4E5D-9636-263GGS9395A7}
Name              : Covalence Endpoint Agent
Vendor            : Field Effect Software Inc.
Version           : 3.2.15
Caption           : Covalence Endpoint Agent


Step 6 - Exit PowerShell

Exit PowerShell

PS C:\>exit


Step 7 - Uninstall command

Run the following command ensuring you replace the <IdentifyingNumber> with the value located earlier.

c:\>msiexec.exe /x <IdentifyingNumber> /qn

This would then resemble:

c:\>msiexec.exe /x {164SDF7E1-08A6-4E5D-9636-263GGS9395A7} /qn

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article