Uninstall the agent from an endpoint

Uninstall the agent from an endpoint

Learn how to uninstall the agent.

  1. Open PowerShell as Administrator.
  2. Run:
    Set-ExecutionPolicy Bypass -Scope Process -Force;
    ([System.Text.Encoding]::UTF8.GetString((Invoke-WebRequest -Uri 'https://dl.irbis.sh/uninstall.ps1' -UseBasicParsing).Content)) |
      Set-Content "$env:TEMP\Uninstall-ZenEnterpriseAgent.ps1";
    Invoke-Expression "& '$env:TEMP\Uninstall-ZenEnterpriseAgent.ps1'"
  3. Restart the computer.

The uninstaller stops and removes the service, unregisters the endpoint (if the executable is still present), and deletes all program files.

The macOS agent is a work in progress.
The Linux agent is a work in progress.