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

Get-StoragePluginVolume

Short Description

Returns volumes of Universal Storage API integrated systems added to the backup infrastructure.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus

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

Syntax

Get-StoragePluginVolume [-Name <String[]>] [-Host <CPublicPluginHost[]>] [<CommonParameters>]>]

Detailed Description

This cmdlet returns volumes of Universal Storage API integrated systems added to the backup infrastructure.

Get-StoragePluginVolume Tip:

Run Get-StoragePluginInfrastructureVolume to get an array of volumes from Universal Storage API integrated systems.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies an array of volume names. The cmdlet will return volumes with these names.

False

Named

False

False

Host

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

False

Named

True (ByValue,
ByProperty
Name)

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

This example shows how to get a Universal Storage API integrated systems volume added to the backup infrastructure.

  1. Run Get-StoragePluginHost to get the integrated systems. Save the result to the $storage variable.
  2. Run Get-StoragePluginVolume with the $storage variable.

$storage = Get-StoragePluginHost -Name "IBM Spectrum"

Get-StoraePluginVolume -Name "VOLUME-01" -Host $storage

Related Commands

Get-StoragePluginHost