< Back
Get-SVThardware
Post
NAME Get-SVThardware
SYNOPSIS
Display HPE SimpliVity host hardware information
SYNTAX
Get-SVThardware [[-HostName] <String[]>] [<CommonParameters>]
DESCRIPTION
Shows host hardware information for the specifed host(s). Some properties are
arrays, from the REST API response. Information in these properties can be enumerated as
usual. See examples for details.
PARAMETERS
-HostName <String[]>
Show information for the specified host only
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
HPE.SimpliVity.Host
OUTPUTS
HPE.SimpliVity.Hardware
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-SVThost -ClusterName MyCluster | Get-SVThardware
Shows hardware information for the hosts in the specified cluster
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-SVThardware -HostName Host01 | Select-Object -ExpandProperty LogicalDrives
Enumerates all of the logical drives from the specified host
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>(Get-SVThardware -HostName Host01).RaidCard
Enumerate all of the RAID cards from the specified host, using dot notation
RELATED LINKS
SYNOPSIS
Display HPE SimpliVity host hardware information
SYNTAX
Get-SVThardware [[-HostName] <String[]>] [<CommonParameters>]
DESCRIPTION
Shows host hardware information for the specifed host(s). Some properties are
arrays, from the REST API response. Information in these properties can be enumerated as
usual. See examples for details.
PARAMETERS
-HostName <String[]>
Show information for the specified host only
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
HPE.SimpliVity.Host
OUTPUTS
HPE.SimpliVity.Hardware
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-SVThost -ClusterName MyCluster | Get-SVThardware
Shows hardware information for the hosts in the specified cluster
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-SVThardware -HostName Host01 | Select-Object -ExpandProperty LogicalDrives
Enumerates all of the logical drives from the specified host
-------------------------- EXAMPLE 3 --------------------------
PS C:\\>(Get-SVThardware -HostName Host01).RaidCard
Enumerate all of the RAID cards from the specified host, using dot notation
RELATED LINKS