Uninstall-VBRCDPFilter
Short Description
Removes Veeam I/O filter from VMware clusters.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Uninstall-VBRCDPFilter -CDPCluster <CViClusterItem[]> [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet removes Veeam I/O filters from VMware clusters.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CDPCluster |
Specifies an array of VMware clusters from which you want to remove a Veeam I/O filter.
Accepts the |
|
True |
Named |
False |
|
Force |
Defines that the cmdlet will remove Veeam I/O filters from VMware clusters without showing warnings in the PowerShell console. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Removing Veeam I/O filters from VMware Clusters
This example shows how to remove a Veeam I/O filter from the CDPCluster VMware cluster. The cmdlet will also remove the Veeam I/O filter from the CDPCluster.
|
$server = Get-VBRServer -Name "vCenterServer" $cluster = Find-VBRViEntity -Server $server -HostsAndClusters -Name "CDPCluster" Uninstall-VBRCDPFilter -CDPCluster $cluster |
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-VBRViEntityLooks for VMware objects. cmdlet. Specify theServer,HostsAndClustersandNameparameters. Save the result to the$clustervariable. - Run the
Uninstall-VBRCDPFiltercmdlet. Set the$clustervariable as theCDPClusterparameter value.
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Find-VBRViEntityLooks for VMware objects.