Get-HPBIOSVersion



Summary

Retrieves the current BIOS version on the current device unless specified for another platform

Syntax

Get-HPBIOSVersion [[-IncludeFamily]] [[-ComputerName] <String>] [<CommonParameters>]

Get-HPBIOSVersion [[-IncludeFamily]] [[-ComputerName] <String>] [-CimSession] <CimSession> [<CommonParameters>]

Description

This command retrieves the current BIOS version. If the BIOS family is available and the -includeFamily parameter is specified, the BIOS family is also included in the result.

Parameters

Name Argument Description
IncludeFamily If specified, the BIOS family is included in the result.
ComputerName <String> Specifies a target computer for this command to create its own one-time-use CIMSession object using with. If not specified, this command will use the current device as the target computer for this command. The alias 'Target' can also be used for this parameter.
CimSession <CimSession> Specifies a pre-established CIMSession object (as created by the New-CIMSession command) or a ComputerName in string format for this command to create a one-time-use CIMSession object with

Examples


PS C:\> Get-HPBIOSVersion