Remove-VBRSyslogServer

Short Description

Removes the syslog server.

Note

This cmdlet is available starting from Veeam Backup & Replication 12.1 (build 12.1.0.2131).

Applies to

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

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-VBRSyslogServer cmdlet.

True

Named

True (ByValue)

<CommonParameters>

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

Output Object

None.

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-VBRSyslogServer cmdlet. Save the result to the $server variable.
  2. Run the Remove-VBRSyslogServer cmdlet. Set the $server variable as the Server parameter value.

Related Commands

Get-VBRSyslogServer

Page updated 2/29/2024

Page content applies to build 12.1.1.56