Add-VBRCloudProvider
Short Description
Adds cloud service providers.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Add-VBRCloudProvider -Address <string> -Credentials <VBRCloudProviderCredentials> [-Description <string>] [-Port <int32>] [-Appliance <VBRCloudProviderNetworkAppliance[]>] [-VerifyCertificate] [-CertificateThumbprint <string>] [-InstallManagementAgent] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet adds a new service provider to Veeam Backup & Replication.
You can add several providers using one cloud gateway to your Veeam backup console. The provider credentials must have different user names.
You must set a network extension appliance if you plan to replicate your VMs to the cloud. Pre-configure the network extension appliance in advance. For details, see Network Appliance.
Important |
The CCredentials type object for the Credentials parameter is not accepted any longer. Run the Add-VBRCloudProviderCredentials cmdlet to specify the cloud provider credentials records. |
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Address | Specifies a full DNS name or IP address of the cloud gateway configured on the service provider side. | String | True | Named | False |
Description | Specifies the description of the service provider. | String | False | Named | False |
Port | Specifies the port over which user’s Veeam backup server will communicate with the cloud gateway. Permitted values: 1 to 65535. Default: 6180. | Int32 | False | Named | False |
Credentials | Specifies credentials for the user account registered on the service provider Veeam backup server. | Accepts the VBRCloudProviderCredentials object. To get this object, run the Get-VBRCloudProviderCredentials cmdlet. | True | Named | False |
Appliance | Specifies the network extension appliance on the user side. You must configure a network extension appliance if you want to replicate to the cloud. | Accepts the VBRHvCloudProviderNetworkAppliance[] object. To get this object, run the New-VBRCloudProviderNetworkAppliance cmdlet. | False | Named | False |
VerifyCertificate | Defines if the TLS certificate must be verified by the thumbprints. Use the CertificateThumbprint parameter to set the thumbprint that will be compared to the TLS certificate thumbprint. | SwitchParameter | False | Named | False |
CertificateThumbprint | Specifies the thumbprint that will be compared to the TLS certificate thumbprint. | String | False | Named | False |
InstallManagementAgent | Defines that the service provider must manage the Veeam backup server under the Backup as a Service agreement. The cmdlet will install the Veeam Managed Backup Portal agent on the Veeam backup server. | SwitchParameter | False | Named | False |
Force | Defines that the cmdlet will skip the certificate verification if the verification fails. | SwitchParameter | 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. | SwitchParameter | False | Named | False |
Confirm | Defines that the cmdlet will display a prompt that asks if you want to continue running the command. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Adding Cloud Service Provider with Default Settings
This example shows how to add a cloud service provider to Veeam Backup & Replication using default settings. The service provider IP address is 198.51.100.11.
Perform the following steps:
|
Example 2. Adding Cloud Service Provider with Specific Settings
This example shows how to add a cloud service provider with the following settings:
Perform the following steps:
|
Example 3. Adding Cloud Service Provider and Configuring Network Extension Appliance
This example shows how to add a service provider and configure a network extension appliance. The service provider IP address is 198.51.100.11.
Perform the following steps:
|
Related Commands