Get-VBRvCDCDPFilter
Short Description
Returns a list of Veeam I/O filters installed on an ESXi host.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRvCDCDPFilter -Server <CHost> [-OrganizationVdc <CVcdOrganizationVdcItem[]>] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet returns a list of Veeam I/O filters installed on an ESXi host.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
OrganizationVdc |
Specifies an array of organization VDCs for which you want to get the list of installed I/O filters.
Accepts the |
|
False |
Named |
False |
|
Server |
Specifies the ESXi host for which you want to get the list of installed I/O filters. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command. |
|
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 VBRvCDCDPFilter object that returns a list of Veeam I/O filters installed on an ESXi host.
Examples
Getting List of Veeam I/O Filters Installed on ESXi Host
This example shows how to get a list of Veeam I/O filters installed on an ESXi host.
|
$server = Get-VBRServer Get-VBRvCDCDPFilter -Server $server |
Perform the following steps:
- Run the
Get-VBRServerReturns hosts connected to the backup infrastructure. cmdlet. Save the result to the$servervariable. - Run the
Get-VBRvCDCDPFiltercmdlet. Set the$servervariable as theServerparameter value.
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.