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]

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
  • wildcards
  • pipeline
  • 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

    Feedback

    Was this page helpful?