Remove-VBRNDMPServer
Short Description
Removes NDMP and NetApp NDMP servers from the backup infrastructure.
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
|
Remove-VBRNDMPServer -Server <VBRNDMPServerBase[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes NDMP servers and NetApp NDMP servers from the backup infrastructure. When you remove the NDMP server from Veeam Backup & Replication you stop managing it via your Veeam Backup & Replication console. You do not delete the NDMP server itself as well as data stored on it, for example, the backup files.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Server |
Specifies the NDMP server that you want to remove.
Accepts the |
|
True |
Named |
False |
|
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 NDMP Server from Backup Infrastructure
This example shows how to remove an NDMP server from the backup infrastructure.
|
$ndmp = Get-VBRNDMPServer -Name "NetApp.tech.local" Remove-VBRNDMPServer -Server $ndmp |
Perform the following steps:
- Run the
Get-VBRNDMPServerReturns NDMP servers. cmdlet. Specify theNameparameter values. Save the result to the$ndmpvariable. - Run the
Remove-VBRNDMPServercmdlet. Set the$ndmpvariable as theServerparameter value.
Related Commands
Get-VBRNDMPServerReturns NDMP servers.