Remove-VBRNutanixHost
Short Description
Removes Nutanix Files storage systems from the backup infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBRNutanixHost -Host <CNutanixHost> [-CleanupHost] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet removes a Nutanix Files storage system from the backup infrastructure. Note that the storage itself is not removed.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CleanupHost |
Defines that the cmdlet will also delete objects that Veeam Backup & Replication created on the storage system during backup and restore operations: host records, temporary snapshots and thin clones. If you do not provide this parameter, the cmdlet will keep these objects on the storage system. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will remove the Nutanix Files storage system without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Host |
Specifies the storage system that you want to remove.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Modifying Port Number of Nutanix Files Storage Systems
This example shows how to modify the port number of Nutanix Files Storage Systems.
|
$host = Get-VBRNutanixHost -Name "Nutanix Files_host" Remove-VBRNutanixHost -Host $host |
Perform the following steps:
- Run the
Get-VBRNutanixHostReturns Nutanix Files storage systems. cmdlet. Specify theNameparameter value. Save the result to the$hostvariable. - Run the
Remove-VBRNutanixHostcmdlet. Set the$hostvariable as theHostparameter value.
Related Commands
Get-VBRNutanixHostReturns Nutanix Files storage systems.