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
[-VibUrl]
<String>
-Cluster <Cluster>
[-Server <VIServer[]>]
[CommonParameters]
-Cluster <Cluster>
[-Server <VIServer[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
String | 1 |
|
Specifies the URL that points to the VAIO filter VIB package. The accepted formats are HTTP and HTTPS. | required |
|
Cluster | named |
|
Specifies the cluster on which to install the VAIO filter. | optional |
|
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.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 upgrades a VAIO filter on the cluster it is installed.
This cmdlet uninstalls VAIO filters from the clusters on which they are installed.
This cmdlet installs a VAIO filter on the specified cluster.