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
Detailed Description
This cmdlet returns volumes of Universal Storage API integrated systems added to the backup infrastructure.
|
Run Get-StoragePluginInfrastructureVolume to get an array of volumes from Universal Storage API integrated systems. |
Parameters
Parameter | Description | Required | Position | Accept | Accept |
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, | 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.
- Run Get-StoragePluginHost to get the integrated systems. Save the result to the $storage variable.
- Run Get-StoragePluginVolume with the $storage variable.
$storage = Get-StoragePluginHost -Name "IBM Spectrum" Get-StoraePluginVolume -Name "VOLUME-01" -Host $storage |
Related Commands