Remove-HyperFlexHost

Short Description

Removes Cisco HyperFlex storage systems from the backup infrastructure.

Important

This cmdlet is available starting from Veeam Backup & Replication 11a (build 11.0.1.1261).

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Remove-HyperFlexHost -Host <CCiscoHxHost>  [<CommonParameters>]

Detailed Description

This cmdlet removes Cisco HyperFlex storage from the backup infrastructure.

The storage is not deleted from the server where it was created. When you remove a storage, you stop managing it in your Veeam Backup & Replication console.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Host

Specifies a storage system that you want to remove.

Accepts the CCiscoHxHost object. To create this object, run the Get-HyperFlexHost cmdlet.

True

Named

True (ByValue,
ByPropertyName)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

None.

Examples

Removing Cisco HyperFlex Storage

This example shows how to remove the HX Storage Cisco HyperFlex storage.

$storage = Get-HyperFlexHost -Name "HX Storage"

Remove-HyperFlexHost -Host $storage

Perform the following steps:

  1. Run the Get-HyperFlexHost cmdlet. Specify the Name parameter value. Save the result to the $storage variable.
  2. Run the Remove-HyperFlexHost cmdlet. Set the $storage variable as the Host parameter value.

Related Commands

Get-HyperFlexHost

Page updated 2/16/2024

Page content applies to build 12.1.1.56