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 server hardware type resources from an HPE OneView appliance.Syntax
Description
Get-OVServerHardwareType retrieves server hardware type (SHT) objects from the HPE OneView appliance. A server hardware type describes the physical capabilities of a server model: the number of CPU sockets, memory slots, available NIC and storage adapters, supported boot options, and firmware update capabilities.
Server hardware types are automatically created when HPE OneView discovers or imports a server. They are referenced by server profile templates to ensure compatibility — a template created for a SY 480 Gen10 1 hardware type can only be applied to servers of that exact type.
When called without parameters, all server hardware types visible on the appliance are returned, sorted by name.
Parameters
Filter by the hardware type name. Supports wildcard patterns.
Filter by the server model string (e.g.,
"ProLiant DL380 Gen10").The appliance connection object or name. Defaults to the default connected session.
Path to a JSON file where the results will be exported. The directory must exist. The
x and export aliases are also accepted.Examples
List all server hardware types
Get a specific hardware type by name
SY 480 Gen10 1.
Filter by model string
ProLiant DL380 Gen10 model.
Use a hardware type to filter servers
SY 480 Gen10 1 type.
Export hardware types to a file
Output
HPEOneView.ServerHardwareType
Each returned object includes properties such as name, model, family, formFactor, adapters, biosSettings, and ApplianceConnection.