Remove-VBRKMSServer
Short Description
Removes KMS servers from the Veeam Backup & Replication console.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBRKMSServer -Server <VBRKMSServer> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes a KMS server from the Veeam Backup & Replication console.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Server |
Specifies a KMS server that you want to remove.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command.
Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Removing KMS Server From Veeam Backup & Replication Console
This example shows how to remove the 8f723f68-82c6-430d-8915-58a0582440a4 KMS server from the Veeam Backup & Replication console.
|
$server = Get-VBRKMSServer -Id "8f723f68-82c6-430d-8915-58a0582440a4" Remove-VBRKMSServer -Server $server -Port 5696 |
Perform the following steps:
- Run the
Get-VBRKMSServerReturns KMS servers added to the Veeam Backup & Replication console. cmdlet. Specify theIdparameter values. Save the result to the$servervariable. - Run the
Remove-VBRKMSServercmdlet. Set the$servervariable as theServerparameter value. Specify thePortparameter value.
Related Commands
Get-VBRKMSServerReturns KMS servers added to the Veeam Backup & Replication console.