--- title: "Add-VBRvCloudVC" description: "This cmdlet adds a new vCenter Server to Veeam Backup & Replication infrastructure. The vCenter Server is registered as a part of Cloud Director." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrvcloudvc.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > VMware Cloud Director > Add-VBRvCloudVC" dateModified: "2026-08-19" --- # Add-VBRvCloudVC ## Short Description Adds vCenter Server managed by Cloud Director to Veeam Backup & Replication. **Platform**: VMware **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AddCredentials
Credentials
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the vCenter Server. If you use the Credentials scenario, the |
|
True |
Named |
False |
|
Description |
Specifies the description of the vCenter Server. If not set, the default description containing the user name of the user who created the record and date and time of creation will be used. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add a vCenter Server without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Name |
Specifies the DNS name or IP address of the vCenter Server you want to connect. |
|
False |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the vCenter Server. If you use the |
|
True |
3 |
False |
|
Port |
Specifies the web-service port number. If not set, the default port number 443 will be used. Note: When you customize the port number, you must set this port on the vCenter Server/ESXi host settings first. |
|
False |
Named |
False |
|
User |
Specifies the user name you want to use for authenticating with the vCenter Server. If you use the |
|
True |
2 |
False |
|
VCInfo |
Specifies the vCenter Server you want to connect to the Cloud Director. Accepts the |
|
True |
1 |
False |
|
vCloudServer |
Specifies the Cloud Director server you want to connect a vCenter to. |
|
True |
0 |
True (ByPropertyName, ByValue) |