Set-VAIOFilter Command | Vmware PowerCLI Reference

Set-VAIOFilter

This cmdlet upgrades a VAIO filter on the cluster it is installed. The updated SPBM metadata of the VAIO filter might not appear immediately in the list of capabilities. In case of failure, the exception contains a reference to the VAIO filter as a target object.

Syntax

Set-VAIOFilter
[ -VibUrl ] < String >
-Filter < VAIOFilter[] >
[-Server < VIServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
VibUrl String 1
Specifies the URL that points to the VAIO filter VIB package. The accepted formats are HTTP and HTTPS.
required
Filter VAIOFilter[] named
  • pipeline
  • wildcards
Specifies the VAIO filter to upgrade.
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

VMware.VimAutomation.Storage.Types.V1.IoFilter.VAIOFilter

Examples

Example 1

Set-VAIOFilter -Filter $filter -VibUrl "NewVibUr"

Updates the $filter VAIO filter and sets the VIB URL to "NewVibUrl". The version of the new VIB should be higher than the existing filter version.

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.