Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Retrieves one or more storage systems registered with HPE OneView.Syntax
Description
Get-OVStorageSystem returns storage system objects from the HPE OneView appliance. You can filter results by display name, hostname, serial number, or storage family. If no filter is provided, all managed storage systems are returned.
Returned objects carry the HPEOneView.Storage.System type and can be piped to other storage cmdlets such as Get-OVStoragePool and Add-OVStoragePool.
Parameters
Friendly name of the storage system as shown in HPE OneView. Supports wildcard matching. Aliased as
SystemName.IP address or FQDN of the storage system controller used at import time.
Serial number of the storage array. Aliased as
SN. Use the Serial parameter set when filtering by serial number.Limit results to a specific storage family. Accepted values:
Alletra6000, Alletra9000, StoreVirtual, StoreServ, Nimble, Primera.One or more HPE OneView appliance connection objects. Defaults to the default connected session from
${Global:ConnectedSessions}. Aliased as Appliance.Examples
List all storage systems
Get a storage system by name
Get a storage system by hostname
Filter by storage family
Pipe to Get-OVStoragePool
Output
HPEOneView.Storage.System
Each object includes the system name, hostname, family, firmware version, managed domain, storage capacity, and port configuration.