Search This Blog

Sunday, March 20, 2016

Uninstall Veeam Backup Transport on Hyper-V Server Core

This post is suitable for those who would like to remove Veeam Backup Transport by using command line on Hyper-V core.

Firstly, you must identify the installer by using the command
wmic product

Look for Veeam Backup Transport

To uninstall, go to the particular folder which installer is located

C:\Windows\installer
msiexec.exec /x [installer]
msiexec.exe /x bc37a.msi [Do take note that the file may be different, that why you should use wmic to find the correct file]