Uninstalling Auditbeat
Open PowerShell as Administrator. Right-click the Start button and select Windows PowerShell (Admin) or Terminal (Admin).
Run the uninstall script using:
cd "C:\Program Files\Auditbeat"; .\uninstall-service-auditbeat.ps1Next, delete the installation folder with:
cd ..; Remove-Item -Path "C:\Program Files\Auditbeat" -Recurse -Force
Verifying the uninstall is complete
Open services.msc and confirm Auditbeat is no longer listed.
Navigate to
C:\Program Files\and confirm the 'Auditbeat' directory has been removed.
And that's it! You've successfully uninstalled Auditbeat🎉
