Add-VBRvCloud
Short Description
Adds a Cloud Director server to Veeam Backup & Replication.
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AddCredentialsAdd-VBRvCloud [-Name] <String> [-User] <String> [-Password] <String> [-Url <String>] [-Description <String>]
[-WhatIf] [-Confirm] [<CommonParameters>]
-
CredentialsAdd-VBRvCloud [-Name] <String> [-Url <String>] [-Description <String>] -Credentials <CCredentials>
[-WhatIf] [-Confirm] [<CommonParameters>]
Detailed Description
This cmdlet adds a new Cloud Director server to Veeam Backup & Replication infrastructure.
Note |
|
Run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials you want to use for authenticating with the Cloud Director server.
If you use the Credentials scenario, the |
|
True |
Named |
False |
|
Description |
Specifies the description of the new Cloud Director server. If not set, the user name who created the server and the date and time of creation will be added by default. |
|
False |
Named |
False |
|
Name |
Specifies the full DNS name or IP address of the Cloud Director server or any cell in the Cloud Director infrastructure. |
|
True |
0 |
False |
|
Password |
Specifies the password you want to use for authenticating with the Cloud Director server.
If you use the Username/Password scenario, the |
|
True |
2 |
False |
|
Url |
Specifies the URL you want to connect to the Cloud Director Web API with. |
|
False |
Named |
False |
|
User |
Specifies the user name you want to use for authenticating with the Cloud Director server.
If you use the Username/Password scenario, the |
|
True |
1 |
False |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command. |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
CHost
Examples
Example 1. Creating Cloud Director Server with User Name and Password
|
This command creates a new
|
Example 2. Creating Cloud Director Server with Saved Credentials
|
This example shows how to create a new
Perform the following steps:
|
Related Commands
Get-VBRCredentialsReturns credentials records.