< Back

Get-VAIOFilter

Sun Jan 19, 2020 7:15 pm

NAME Get-VAIOFilter



SYNOPSIS

This cmdlet returns a list of VAIOFilter objects filtered by the specified parameters.





SYNTAX

Get-VAIOFilter [[-Name] <String[]>] [-Cluster <Cluster[]>] [-Server <VIServer[]>] [<CommonParameters>]



Get-VAIOFilter -Id <String[]> [-Server <VIServer[]>] [<CommonParameters>]





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

-Cluster <Cluster[]>

Specifies the clusters on which to search for VAIO filters.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? true



-Id <String[]>

Filters the VAIO filters by ID.



Note: When a list of values is specified for the Id parameter, the returned objects would have an ID that

matches exactly one of the string values in that list.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String[]>

Specifies the name of the VAIO filter you want to retrieve.



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? true



-Server <VIServer[]>

Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this

parameter, the command runs on the default servers. For more information about default servers, see the

description of Connect-VIServer.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? true



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Zero or more VAIOFilter objects







NOTES





Works only with vCenter Server 6.0 or later.



-------------------------- 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".



RELATED LINKS

Online Version: https://code.vmware.com/doc/preview?id= ... ilter.html

New-VAIOFilter

Remove-VAIOFilter

Set-VAIOFilter