Anyone have experience building a package for Intune to deploy the Discovery Agent? It's asking for a full uninstall command, which is not listed in the documentation.
You can often find the uninstall string in the following registry hive locations.
32bit
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\MyProgram<br /><br />64bit
HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\MyProgram
Here ya go: C:\Program Files (x86)\Solarwinds Discovery Agent\uninstall.exe --mode unattended