Get-VBRIsilonHost

Short Description

Returns Dell PowerScale (formerly Isilon) storage systems.

Applies to

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

Syntax

Get-VBRIsilonHost [-Name <string[]>]  [<CommonParameters>]

Detailed Description

You can get the list of all Dell PowerScale storage systems added to your virtual infrastructure or narrow down the output by storage name.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Name

Specifies an array of storage names. The cmdlet will return storage systems with these names.

String

False

Named

False

<CommonParameters>

<CommonParameters>

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

Examples

Example 1. Returning All Dell PowerScale Storage Systems

This command returns all Dell PowerScale storage systems.

Get-VBRIsilonHost

Example 2. Returning Dell PowerScale Storage Systems by Name

This command returns a Dell PowerScale storage by name.

Get-VBRIsilonHost -Name "Isilon Storage"