--- title: "Get-VBRSyslogServer" description: "This cmdlet returns the syslog server added to Veeam Backup & Replication." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrsyslogserver.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Specifying Syslog Server Settings > Get-VBRSyslogServer" dateModified: "2026-08-19" --- # Get-VBRSyslogServer ## Short Description Returns the syslog server added to Veeam Backup & Replication. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRSyslogServer [] ``` ## Detailed Description This cmdlet returns the syslog server added to Veeam Backup & Replication. ## 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 [`VBRSyslogServer`](vbrsyslogserver.md) ## Examples ::: example ### Getting Syslog Server This command returns the existing syslog server. ``` Get-VBRSyslogServer ``` :::