Uninstall-VBRvCDCDPFilter
Short Description
Removes Veeam I/O filter from organization VDCs.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Uninstall-VBRvCDCDPFilter -OrganizationVdc <CVcdOrganizationVdcItem[]> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes Veeam I/O filter from organization VDCs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Force |
Defines that the cmdlet will uninstall the I/O filter on VDC organizations without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
OrganizationVdc |
Specifies an array of organization VDCs from which you want to uninstall Veeam I/O filters.
Accepts the |
|
True |
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 |
|
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
The cmdlet returns the CBaseSession object that defines session settings.
Examples
Uninstalling Veeam I/O Filters on Organization VDCs
This example shows how to uninstall Veeam I/O filter from organization VDCs.
|
$server = Get-VBRServer -Name "Cloud Server" $organization = Find-VBRvCloudEntity -Server $server -OrganizationVdc Uninstall-VBRvCDCDPFilter -OrganizationVdc $organization[2] |
Perform the following steps:
- Run the
Get-VBRServerReturns hosts connected to the backup infrastructure. cmdlet. Specify theNameparameter value. Save the result to the$servervariable. - Run the
Find-VBRvCloudEntityLooks for Cloud Director entities. cmdlet. Specify theServerandOrganizationVdcparameters values. Save the result to the$organizationvariable. - Run the
Uninstall-VBRvCDCDPFiltercmdlet. Set the$organization[2]variable as theOrganizationVdcparameter value.
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Find-VBRvCloudEntityLooks for Cloud Director entities.