Get-HP4InfrastructureVolume
Short Description
Returns volumes of HPE StoreVirtual storage systems.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-HP4InfrastructureVolume [-Name <string[]>] [-Cluster <CHpP4kCluster[]>] [-Storage <CHpP4kGroup>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of volumes of HPE StoreVirtual storage systems. The cmdlet will return storage volumes, even if they are not added to your backup infrastructure.
Tip: |
You can use this cmdlet to specify storage volumes that you want to rescan or exclude from the storage rescan. |
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Name | Specifies an array of volume names. The cmdlet will return the volumes with these names. | String[] | False | Named | False |
Cluster | Specifies an array of clusters. The cmdlet will return the volumes of these clusters. | Accepts the CHpP4kCluster[] object. To get this object, run the Get-HP4Cluster cmdlet. | False | Named | True ByValue, |
Storage | Specifies an array of storage systems. The cmdlet will return the volumes of these storage systems. | Accepts the CHpP4kGroup object. To get this object, run the Get-HP4Storage cmdlet. | False | Named | True ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
HP4InfrastructureVolume
Examples
Example 1. Getting All Volumes in HPE StoreVirtual Storage
This command returns all volumes added to HPE StoreVirtual storage systems.
|
Example 2. Getting HPE StoreVirtual Storage Volumes by Name
This command returns specific HPE StoreVirtual storage volumes.
|
Example 3. Getting HPE StoreVirtual Storage Volumes by Cluster
This example shows how to get the array of all volumes added to the specific HPE StoreVirtual cluster.
Perform the following steps:
|
Related Commands