Get-HP3Volume
Short Description
Returns HPE 3PAR StoreServ storage volumes added to the backup infrastructure.
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Storage System: HPE 3PAR StoreServ
Syntax
|
Get-HP3Volume [-Name <String[]>] [-Storage <CHp3PARHost[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns HPE 3PAR StoreServ storage volumes added to the backup infrastructure.
Tip |
|
Run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies an array of volume names. The cmdlet will return volumes with these names. |
|
False |
Named |
False |
|
Storage |
Specifies an array of storage systems. The cmdlet will return volumes of these storage systems.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Getting HPE 3PAR StoreServ Volume
This example shows how to get an HPE 3PAR StoreServ volume added to the backup infrastructure.
|
$storage = Get-HP3Storage -Name "HPE 3PAR StoreServe Storage" Get-HP3Volume -Storage $storage |
Perform the following steps:
- Run the
Get-HP3StorageReturns HPE 3PAR StoreServ storage systems. cmdlet. Specify theNameparameter value. Save the result to the$storagevariable. - Run the
Get-HP3Volumecmdlet. Set the$storagevariable as theStorageparameter value.
Related Commands
Get-HP3StorageReturns HPE 3PAR StoreServ storage systems.