WINDOWS
GUI: Go to your Control Panel, select Programs and Features (or Add/Remove Programs), and uninstall the “Cloudamize Windows Agent” program.
Command-line with msiexec:
The following steps will uninstall the Cloudamize Windows Agent quietly.
- Search for "cmd", right-click and select "Run as Administrator"
- Enter and run the following command:
msiexec /x <path\to\msi_file> /qn
- For example:
msiexec /x C:\Cloudamize\CloudamizeAgent.msi /qn
- For example:
Command-line with WMI:
- Search for "cmd", right-click and select "Run as Administrator"
- Enter and run the following command: wmic product where name="Cloudamize Windows Agent" call uninstall
LINUX
If you wish to remove the Cloudamize Agents go to the bin directory and run the uninstall command:
-
sudo -s
- Enter the root password
cd /usr/local/cloudamize/bin
./uninstall_cmizeagent.sh