Set-VBRCloudProvider
Short Description
Modifies service providers.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRCloudProvider -CloudProvider <VBRCloudProvider> [-Address <String>] [-Description <String>] [-Port <Int32>] [-Credentials <VBRCloudProviderCredentials>] [-PassThru] [-Appliance <VBRCloudProviderNetworkAppliance[]>] [-VerifyCertificate] [-CertificateThumbprint <String>] [-InstallManagementAgent] [-Force] [-RestoreAccessLevel <VBRVccRestoreAccessLevel>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of service provider added to Veeam Backup & Replication.
Important |
|
The |
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Address |
Specifies a full DNS name or an IP address of the cloud gateway configured on the service provider side. |
|
False |
Named |
False |
|
Appliance |
Specifies the appliance on the user side that will be used for the partial failover.
Accepts the |
|
False |
Named |
False |
|
CertificateThumbprint |
Specifies the thumbprint that will be compared to the TLS certificate thumbprint. |
|
False |
Named |
False |
|
CloudProvider |
Specifies the service provider you want to modify.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Credentials |
Specifies credentials for the user account registered on the service provider Veeam backup server.
Accepts the |
|
False |
Named |
False |
|
Description |
Specifies the description of the service provider. |
|
False |
Named |
False |
|
Force |
Defines that the command will skip the certificate verification if the verification fails. |
|
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. |
|
False |
Named |
False |
|
PassThru |
Defines that the command will return the output object to the Windows PowerShell console. |
|
False |
Named |
False |
|
Port |
Specifies the port over which the Veeam backup server of the user will communicate with the cloud gateway.
Permitted values:
Default: |
|
False |
Named |
False |
|
RestoreAccessLevel |
Defines the access level according to which the service provider can restore backups stored on cloud repositories:
Default:
Note: You cannot decrease the access level given to the service provider. The |
|
False |
Named |
False |
|
VerifyCertificate |
Defines if the TLS certificate must be verified by the thumbprints.
Use the |
|
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. Enabling TLS Certificate Verification for Service Provider [Using Variable]
|
This example shows how to enable the TLS certificate verification for a service provider.
Perform the following steps:
|
Example 2. Setting Cloud Gateway Port [Using Pipeline]
|
This example shows how to set the cloud gateway port to the default value.
Perform the following steps:
|
Example 3. Configuring Network Extension Appliance of Service Provider [Using Variable]
|
This example shows how to edit configuration of the network extension appliance configured for the service provider.
Perform the following steps:
|
Related Commands
Set-VBRCloudProviderNetworkApplianceModifies network extension appliances on user side.Get-VBRCloudProviderReturns service providers.