--- title: "Remove-VBRSyslogEventFilter" description: "This cmdlet removes all severity filters for an event ID." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/remove-vbrsyslogeventfilter.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Specifying Syslog Server Settings > Remove-VBRSyslogEventFilter" dateModified: "2026-08-19" --- # Remove-VBRSyslogEventFilter ## Short Description Removes syslog event filters for an event ID. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Remove-VBRSyslogEventFilter -EventId [] ``` ## Detailed Description This cmdlet removes all severity filters for an event ID. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

EventId

Specifies an event ID. For a complete list of event IDs, see Event IDs List.

Int64

True

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Examples ::: example ### Removing a Filter This command removes all severity filters for event ID 40700. ``` Remove-VBRSyslogEventFilter -EventId 40700 ``` ::: ## Related Commands - [`Add-VBRSyslogEventFilter`](add-vbrsyslogeventfilter.md) - [`Get-VBRSyslogEventFilters`](get-vbrsyslogeventfilters.md)