--- title: "Add-VBRESX (obsolete)" description: "This cmdlet adds ESXi servers to the Veeam Backup & Replication managing console. If an ESXi host is a part of a vCenter Server, it is recommended to add the vCenter Server instead of a single ESXi host." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbresx.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Add-VBRESX (obsolete)" dateModified: "2026-08-19" --- # Add-VBRESX ## Short Description Adds ESXi hosts to Veeam Backup & Replication. ::: note This cmdlet is obsolete and will not be supported in the next version. ::: **Platform**: VMware **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AddCreds
SpecificCreds
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the ESXi server. |
|
True |
Named |
False |
|
Description |
Specifies the description of the ESXi server. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add VMware ESXi hosts without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Name |
Specifies the full DNS name or IP address of the ESXi host. |
|
True |
0 |
False |
|
Password |
Specifies the password you want to use for authenticating with the ESXi host. |
|
True |
2 |
False |
|
Port |
Specifies the Web service port for connection to the ESXi host. Default: |
|
False |
Named |
False |
|
SSHCredentials |
For SSH connection. Specify credentials you want to use to authenticate with the service console. |
|
False |
Named |
False |
|
SSHEnable |
For SSH connection. Defines that the ESXi host is connected using service console connection. |
|
False |
Named |
False |
|
SSHPassword |
Specifies the password of the account used for service console connection to the host (recommended). |
|
False |
Named |
False |
|
SSHPort |
Specifies the service console port (recommended). |
|
False |
Named |
False |
|
SSHUser |
Specifies the user name of the account used for service console connection to the host (recommended). |
|
False |
Named |
False |
|
User |
Specifies the user name you want to use for authenticating with the ESXi host. |
|
True |
1 |
False |