Uninstall the agent from an endpoint
Learn how to uninstall the agent.
- Open PowerShell as Administrator.
- 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'" - 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.