Skip to main content

Cleanup Tool

For scenarios where regular un-installation procedures are unavailable. The script provided below will allow you to remove TD_Endpoint software from any host.

warning

No Confirmation is required. Once the script is executed, TD_Endpoint will be removed immediately.

Please find this utility available for download: here (Windows).

Example Usage

PS /> powershell -ep bypass -f .\TD_Endpoint-Cleanup_Tool.ps1 -Uninstall -Force

All Parameters

TD_Endpoint Cleanup Tool
Version 00B
ThreatDefence Pty Ltd
Copyright 2024

Usage: .\TD_Endpoint-Cleanup_Tool.ps1 [-Uninstall] [-Force] [-DisableSysmonOnly] [-SysmonDeepCleanup] [-Help]

Parameters:
-Force : Force uninstallation of TDAgent and removal of all residual files/keys
-DisableSysmonOnly : Only disable sysmon via tdcli.exe (default is false).
-SysmonDeepCleanup : Deep clean up sysmon and purge all residual files for it (default is false).
-Uninstall : Uninstall TD_Endpoint (default is false).
-Help : Show this help information.
tip

Powershell must be run as administrator.