Run the following powershell script by performing the following steps:
-
Open Veeam Backup & Replication
-
Tools -> Powershell
Get-VBRBackup | ?{-not $_.vmcount} | %{$_.Delete()}
If you do not have the Veeam Powershell Snapin installed, please check out the following KB article:
KB1489