Remove-VBRSyslogServer

Short Description

Removes the syslog server.

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Remove-VBRSyslogServer -Server <VBRSyslogServer> [<CommonParameters>]

Detailed Description

This cmdlet modifies the syslog server added to Veeam Backup & Replication.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Server

Specifies the syslog server you want to remove.

Accepts the VBRSyslogServer object. To get this object, run the Get-VBRSyslogServerReturns the syslog server added to Veeam Backup & Replication. cmdlet.

VBRSyslogServer

True

Named

True (ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Examples

Removing Syslog Server from Veeam Backup & Replication

This example shows how to remove the existing syslog server.

$server = Get-VBRSyslogServer

Remove-VBRSyslogServer -Server $server

Perform the following steps:

  1. Run the Get-VBRSyslogServerReturns the syslog server added to Veeam Backup & Replication. cmdlet. Save the result to the $server variable.
  2. Run the Remove-VBRSyslogServer cmdlet. Set the $server variable as the Server parameter value.

Get-VBRSyslogServerReturns the syslog server added to Veeam Backup & Replication.

Page updated 2026-08-19

Page content applies to build 13.1.1.18