Uninstall Automate Agent
Overview
This script automates the removal of the ConnectWise Automate agent from a Windows machine using Labtech PowerShell Module.
- It downloads and imports the LabTech PowerShell module to perform a silent uninstall of the Automate agent.
- The script ensures that the required module is available locally before execution and handles secure communication using modern TLS protocols.
- After initiating the uninstall process, the script validates the removal by checking for any remaining LabTech services and installation directories.
- If any components are still present, the script reports the failure to ensure visibility and proper remediation.
Sample Run
Play Button > Run Automation > Script
Automation Setup/Import
Output
- Activity Details
Changelog
2026-04-01
- Initial version of the document