Get-VNXHost
Short Description
Returns Dell VNX storage systems.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Storage System: Dell VNX
Syntax
Get-VNXHost [-Name <string[]>] [<CommonParameters>] |
Detailed Description
You can get the list of all Dell VNX 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 | True |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example 1
This command returns all Dell VNX storage systems.
Get-VNXHost |
Example 2
This command returns a Dell VNX storage by name.
Get-VNXHost -Name "VNX Storage" |