I recently deployed a Veeam Hardened Repository (VHR) ISO which involved removing the old Ubuntu based VHR server. Unfortunately I was a little too eager and deleted the VM before I had removed it from Veeam Backup and Replication (VBR). When I attempted to remove the old VHR the following error was displayed.

Attempting to remove the server via PowerShell resulted in the same error.
Connect-VBRServer -Server $servername
remove-vbrserver -server $server

To successfully remove the server, I performed the following steps.
Continue reading