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

Get-StoragePluginHost

Short Description

Returns Universal Storage API integrated systems.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus

Storage System: IBM Spectrum Virtualize, INFINIDAT InfiniBox, Pure Storage

Syntax

Get-StoragePluginHost [-Name <String[]>] [-PluginType <String>] [<CommonParameters>]

Detailed Description

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

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

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

False

Named

False

False

PluginType

Specifies the storage Plug-in. The cmdlet will return storage systems added to Veeam Backup & Replication over this Plug-in.

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example 1

This command returns all storage systems added to Veeam Backup & Replication.

Get-StoragePluginHost

Example 2

This command returns storage systems by name.

Get-StoragePluginHost -Name "IBM Spectrum"

Example 3

This command returns storage systems by the associated storage Plug-in.

Get-StoragePluginHost -PluginType "Ibm"