Syntax
New-VAIOFilter [-Cluster] <Cluster> [-VibUrl] <String> [-Server <VIServer>] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
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.Parameters
Return Type
The newly created VAIOFilter objectNotes
Works only with vCenter Server 6.0 or later.Examples
-------------- Example 1 --------------
New-VAIOFilter -Cluster $cluster -VibUrl "MyVibUrl"
Installs a new VAIO filter defined by "MyVibUrl" on the $cluster cluster.