This is an archive version of the document. To get the most up-to-date information, see the current version.

Remove-VBRIsilonHost

Short Description

Removes Dell EMC Isilon storage systems from Veeam Backup & Replication.

Applies to

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

Syntax

Remove-VBRIsilonHost -Host <CIsilonHost>  [<CommonParameters>]

Detailed Description

This cmdlet removes a selected Dell EMC Isilon storage from Veeam Backup & Replication.

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 rescan.

Accepts the CIsilonHost object. To create this object, run the Get-VBRIsilonHost cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Examples

Removing Dell EMC Isilon Storage

This example shows how to remove the Dell EMC Isilon storage.

$storage = Get-VNXHost -Name "VNX Storage"

Remove-VNXHost -Host $storage

Perform the following steps:

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

Related Commands

Get-VBRIsilonHost