Add-VBRvCenter
Short Description
Adds vCenter Servers to the backup infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AddCredentialsAdd-VBRvCenter [-Name] <String> [-User] <String> [-Password] <String> [-Port <Int32>] [-Description <String>]
[-Force] [<CommonParameters>]
-
CredentialsAdd-VBRvCenter [-Name] <String> [-Port <Int32>] [-Description <String>] -Credentials <CCredentials> [-Force] [<CommonParameters>]
Detailed Description
This cmdlet allows you to add a vCenter Server to the backup infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the vCenter Server.
Accepts the |
|
True |
Named |
False |
|
Description |
Specifies the description of the vCenter Server. |
|
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 full DNS name or IP address of the vCenter Server. |
|
True |
0 |
False |
|
Password |
Specifies the password you want to use for authenticating with the vCenter Server. |
|
True |
2 |
False |
|
Port |
Specifies the Web service port for connection to the vCenter Server.
Default: |
|
False |
Named |
False |
|
User |
Specifies the user name that you want to use for authenticating with the vCenter Server. Note: The user name must be in the DOMAIN\Username format. |
|
True |
1 |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Adding vCenter to Backup Infrastructure Using Account User Name and Password
|
This command adds the
|
Example 2. Adding vCenter to Backup Infrastructure Using Credentials Managed by Veeam Backup & Replication
|
This example shows how to add the
Perform the following steps:
|
Related Commands
Get-VBRCredentialsReturns credentials records.