Remove-VBRSyslogEventFilter
Short Description
Removes syslog event filters for an event ID.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBRSyslogEventFilter -EventId <Int64> [<CommonParameters>] |
Detailed Description
This cmdlet removes all severity filters for an event ID.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
EventID |
Specifies an event ID. For a complete list of event IDs, see Event IDs List. |
Int64 |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Removing a Filter
This command removes all severity filters for event ID 40700.
|
Remove-VBRSyslogEventFilter -EventId 40700 |
Related Commands