Short Description
Returns HPE Nimble storage systems.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Get-NimbleHost [-Name <string[]>] [<CommonParameters>] |
Detailed Description
You can get the list of all HPE Nimble storage systems added to your virtual infrastructure or narrow down the output by storage name.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Name | Specifies the array of storage names. The cmdlet will return storage systems with these names. | False | Named | False | 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 1
This command returns all HPE Nimble storage systems.
PS C:\PS> Get-NimbleHost |
Example 2
This command returns an HPE Nimble storage by name.
PS C:\PS> Get-NimbleHost -Name "HPE Nimble-FC" |