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
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Server |
Specifies the syslog server you want to remove.
Accepts the |
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:
- Run the
Get-VBRSyslogServerReturns the syslog server added to Veeam Backup & Replication. cmdlet. Save the result to the$servervariable. - Run the
Remove-VBRSyslogServercmdlet. Set the$servervariable as theServerparameter value.
Related Commands
Get-VBRSyslogServerReturns the syslog server added to Veeam Backup & Replication.