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

How to Add VMware vCenter Server to VBR

In this page you will learn how to add VMware vCenter Server to Veeam Backup & Replication infrastructure with PowerShell. This is done in the following steps:

  1. Run Add-VBRvCenter.
  2. Specify a name of vCenter Server, which you want to add to Veeam Backup & Replication infrastructure. This name can be a full DNS name or IP address of vCenter Server.
  3. Specify the user name and password for authenticating with vCenter Server.
  4. Optionally specify the port for the connection to vCenter Server (the default port is 443). Add the description of vCenter Server if needed.

Add-VBRvCenter -Name "vc25.domain.local" -User "Domain\Administrator" -Password "Password" -Port 462 -Description “vcdev25 vCenter Server”