New-VAIOFilter Command | Vmware PowerCLI Reference

New-VAIOFilter

This cmdlet installs a VAIO filter on the specified cluster. The SPBM metadata of the VAIO filter might not appear immediately in the list of capabilities.

Syntax

New-VAIOFilter
[ -VibUrl ] < String >
-Cluster < Cluster >
[-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
Cluster Cluster named
  • pipeline
  • wildcards
Specifies the cluster on which to install the VAIO filter.
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

New-VAIOFilter -Cluster $cluster -VibUrl "MyVibUrl"

Installs a new VAIO filter defined by "MyVibUrl" on the $cluster cluster.

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.