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

Get-HP4Storage

In this article

    Short Description

    Returns HPE StoreVirtual storages.

    Applies to

    Platform: VMware

    Product Edition: Standard, Enterprise, Enterprise Plus

    Storage system: HPE StoreVirtual (LeftHand/P4000), HPE StoreVirtual VSA

    Syntax

    Get-HP4Storage [-Name <string[]>] [<CommonParameters>]

    Related Commands

    None

    Detailed Description

    This cmdlet returns HPE StoreVirtual storages.

    You can get the list of all storages, or narrow down the output by the storage name.

    Alias

    Get-VBRHPStorage

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Name

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

    False

    Named

    False

    True

    <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 storages.

    PS C:\PS> Get-HP4Storage

    Example 2

    This command looks for a storage by name.

    PS C:\PS> Get-HP4Storage -Name "HPE StoreVirtual VSA"