Syntax
Remove-VAIOFilter [-Filter] <VAIOFilter[]> [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet uninstalls VAIO filters from the clusters on which they are installed. In case of failure, the exception references to the VAIOFilter as target object.Parameters
Return Type
NoneNotes
Works only with vCenter Server 6.0 or later.Examples
-------------- Example 1 --------------
Remove-VAIOFilter -Filter $filter -Confirm:$false
Uninstalls the $filter VAIO filter from the cluster it is installed on without asking for user confirmation.