Remove-VBRSyslogServer
Short Description
Removes the syslog server.
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:
- Run the Get-VBRSyslogServer cmdlet. Save the result to the $server variable.
- Run the Remove-VBRSyslogServer cmdlet. Set the $server variable as the Server parameter value.
Related Commands