Skip to main content

Remove-LXCAEventExclusionFilter

This cmdlet deletes an event exclusion filter.

Note
You cannot pipe objects to this cmdlet.

Syntax

Remove-LXCAEventExclusionFilter [-Connection LXCAConnection] 
-FilterID String
[CommonParameter]

Parameters

-Connection LXCAConnection
Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the result from the last Connect-LXCA cmdlet is used.
-FilterID String
Specifies the ID of the exclusion filter to be deleted.
CommonParameters
This cmdlet supports the following common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -WarningAction, -WarningVariable, -OutBuffer, -PipelineVariable, -OutVariable. For detailed information about each common parameter, see the Microsoft PowerShell Common Parameters webpage.

Results

This cmdlet deletes the exclusion filter. No object is returned.

Examples

The following example deletes the specified event exclusion filter from the XClarity Administrator server.

$cred = Get-Credential
Connect-LXCA -Host 192.0.2.0 -Credential $cred

Remove-LXCAEventExclusionFilter -FilterID "AUG:XFT:1"


Disconnect-LXCA