Syntax
Get-VAIOFilter [[-Name] <String[]>] [-Cluster <Cluster[]>] [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet returns a list of VAIOFilter objects filtered by the specified parameters. If no parameters are specified, the cmdlet returns all filters installed on all default servers.Parameters
Return Type
Zero or more VAIOFilter objectsNotes
Works only with vCenter Server 6.0 or later.Examples
-------------- Example 1 --------------
Get-VAIOFilter -Name "MyVAIOFilter"
Retrieves all VAIO filters named "MyVAIOFilter".
-------------- Example 2 --------------
Get-VAIOFilter -Name "MyVAIOFilter" -Cluster $cluster
Retrieves the VAIO filter named "MyVAIOFilter" from the $cluster cluster.
-------------- Example 3 --------------
Get-VAIOFilter -Id "MyVAIOFilterId"
Retrieves all VAIO filters with ID "MyVAIOFilterId".