Forum Discussion
shabarinath
Jan 07, 2023MCT
MDI Agent Uninstallation
Experts,
We are in the middle of MDI deployment and few DCs needs agent which needs to be uninstalled.
Windows Server 2019 Core
From PowerShell, I attempted the below command
& '.\ Azure ATP Sensor Setup.exe' /uninstall /quiet
Nothing happens. Currently, The servers are having two services related with Azure ATP which are in stopped state and I still continued to have it even after attempting uninstallation.
How can I get perform a clean uninstall or force uninstall?
Thanks in advance !
3 Replies
- NickNieuwenhuisCopper ContributorHi Shabarinath,
I think this is the correct syntax: "Azure ATP sensor Setup.exe" /quiet /uninstall. If that does not work I'm curious if it works from the DC itself via add/remove programs.
Cheers,
Nick- Hi Nick,
Since its Windows Server Core, I need to look at the equivalent commandlet for uninstalling using add/remove programs. Will try that.
Cheers !- thalpiusBrass ContributorDid you check the logs and event viewer? Might give you a hint.