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