Get-VBRCDPFilter
Short Description
Returns a list of Veeam I/O filters that are installed on VMware clusters.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRCDPFilter [-Cluster <CViClusterItem[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns a list of Veeam I/O filters that are installed on VMware clusters.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Cluster |
Specifies an array of VMware clusters. The cmdlet will return Veeam I/O filters that are installed on these VMware clusters.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRCDPFilter[] object that contains Veeam I/O filters that are installed on VMware clusters.
Examples
Getting Veeam I/O filters Installed on VMware Clusters
This example shows how to get Veeam I/O filters that are installed on the CDPCluster VMware cluster.
|
$server = Get-VBRServer -Name "vCenterServer" $cluster = Find-VBRViEntity -Server $server -HostsAndClusters -Name "CDPCluster" Get-VBRCDPFilter -Cluster $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
Get-VBRCDPFiltercmdlet. Set the$clustervariable as theClusterparameter value.
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Find-VBRViEntityLooks for VMware objects.