This is an archive version of the document. To get the most up-to-date information, see the current version.

How to Add Hyper-V Cluster to Backup Infrastructure

In this page you will learn how to add a Hyper-V cluster to Veeam Backup & Replication infrastructure with PowerShell. This is done in the following steps:

  1. Run Add-VBRHvCluster.
  2. Specify a name of Hyper-V cluster, which you want to add to Veeam Backup & Replication infrastructure. This name can be a full DNS name or IP address of Hyper-V cluster.
  3. Specify the user name and password for authenticating with Hyper-V cluster.
  4. Optionally specify the port for the connection to Hyper-V cluster. If not specified, the default port 443 will be used. Add the description of Hyper-V cluster if needed.

Add-VBRHvCluster -Name "HYPCLUSTER01" -User "Domain\Administrator" -Password "Password" -Port 452 -Description “Hyper-V Cluster 01”