You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
Hi Team,
wazuh agent is not getting installed in my endpoint, this was installed before (6 months) then we uninstalled, now redeployed wazuh again and when installing agent it shows success but in real its failed, logs shows success, event viewer shows success but the program files folder is not getting created or the agent getting installed.
only change before and now is, now we have intune + defender before it was just symantec + onprem ad
hasitha.u...@wazuh.com
unread,
Sep 7, 2025, 11:48:09 PM (12 hours ago) Sep 7
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
To uninstall the agent, the original Windows installer file is required to perform the unattended process: You need to stop the agent first and then run the command below to uninstall the agent. Open PowerShell as an administrator and run this command to stop the agent : NET STOP Wazuh
Then run this command to uninstall the agent by navigating to the agent installer directory, which will work. msiexec.exe /x wazuh-agent-4.12.0-1.msi /qn