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
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 | 
                                
  | 
                            Specifies the cluster on which to install the VAIO filter. | 
| optional | ProgressAction | ActionPreference | named | 
                                 | 
                            |
| optional | Server | VIServer[] | named | 
                                
  | 
                            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.VAIOFilterExamples
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.