Remove-VBRCloudProvider
Short Description
Removes service providers.
Note |
If the four-eyes authorization is enabled, you cannot run this cmdlet. For more information, see the Four-Eyes Authorization section in the User Guide for VMware vSphere. |
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a cloud provider license.
Syntax
Remove-VBRCloudProvider -CloudProvider <VBRCloudProvider[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes service provider from Veeam Backup & Replication.
When you remove a service provider, you become unable to reach your cloud repository. The data stored on the cloud repository remains. You can access it if you add the service provider to the Veeam backup console again.
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 |
---|---|---|---|---|---|
Cloud | Specifies the array of cloud providers you want to remove. | Accepts the VBRCloudProvider object. To get this object, run the Get-VBRCloudProvider cmdlet. | True | Named | True (ByValue, |
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. Note: Microsoft PowerShell enables the Confirm parameter for this cmdlet by default. To disable this option, set the parameter value to $false. That is, Confirm:$false. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Removing All Cloud Service Providers [Using Pipeline]
This command removes all cloud service providers added to Veeam Backup & Replication. The service providers are obtained by the Get-VBRCloudProvider cmdlet and piped down.
|
Example 2. Removing Cloud Service Provider [Using Variable]
This example shows how to remove a selected service provider.
Perform the following steps:
|
Example 3. Removing All Cloud Service Providers [Using Pipeline]
This command removes a service provider with the 104.45.95.227 IP address. The service provider is obtained by the Get-VBRCloudProvider cmdlet and piped down.
|
Related Commands