--- title: "Get-VBRVSAEventForwardingOptions" description: "This cmdlet returns the current Veeam Software Appliance syslog event forwarding settings. The settings include the target syslog server, transport protocol, severity rules, and per-application filtering rules." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrvsaeventforwardingoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Configuring Veeam Software Appliance Event Forwarding > Get-VBRVSAEventForwardingOptions" dateModified: "2026-08-19" --- # Get-VBRVSAEventForwardingOptions ## Short Description Returns Veeam Software Appliance syslog event forwarding settings. **Product Edition**: Veeam Universal License ## Syntax ``` Get-VBRVSAEventForwardingOptions [] ``` ## Detailed Description This cmdlet returns the current Veeam Software Appliance syslog event forwarding settings. The settings include the target syslog server, transport protocol, severity rules, and per-application filtering rules. ## Parameters `` 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). ## Output Object [`VBRVSAEventForwardingOptions`](vbrvsaeventforwardingoptions.md) ## Examples ::: example ### Getting Veeam Software Appliance Event Forwarding Settings This command returns the current Veeam Software Appliance syslog event forwarding settings. ``` Get-VBRVSAEventForwardingOptions ``` ::: ## Related Commands [`Set-VBRVSAEventForwardingOptions`](set-vbrvsaeventforwardingoptions.md)