Remove-VAIOFilter Command | Vmware PowerCLI Reference

Remove-VAIOFilter

This cmdlet uninstalls VAIO filters from the clusters on which they are installed. In case of failure, the exception references to the VAIOFilter as target object.

Syntax

Remove-VAIOFilter
-Filter < VAIOFilter[] >
[-Server < VIServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Filter VAIOFilter[] named
  • pipeline
  • wildcards
Specifies the VAIO filter to be uninstalled from the cluster.
optional Server VIServer[] named
  • wildcards
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.

Output

Examples

Example 1

Remove-VAIOFilter -Filter $filter -Confirm:$false

Uninstalls the $filter VAIO filter from the cluster it is installed on without asking for user confirmation.

Related Commands

VAIOFilter

This cmdlet returns a list of VAIOFilter objects filtered by the specified parameters.

This cmdlet installs a VAIO filter on the specified cluster.

This cmdlet uninstalls VAIO filters from the clusters on which they are installed.

This cmdlet upgrades a VAIO filter on the cluster it is installed.