Get-HcsFirmwareVersion

Get-HcsFirmwareVersion

Gets the firmware versions of devices and displays the results.

Syntax

Get-HcsFirmwareVersion [ <CommonParameters>]

Detailed Description

The Get-HcsFirmwareVersion cmdlet gets the firmware versions of devices and displays the results.

This cmdlet runs automatically as a scheduled task on the active controller once a day, but you can also run the cmdlet as needed.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.HCS.Management.Patching.HcsFirmwareVersion

    The HcsFirmwareVersion object has the following properties:

    -- NodeFirmwareVersion Controller 0
    -- NodeFirmwareVersion Controller 1

    The NodeFirmwareVersion object has the following properties:

    -- TalladegaFirmware TalladegaController
    -- EbodFirmware EbodController
    -- DisksFirmware DisksFirmware

Examples

Example 1: Get the firmware version

This command gets the firmware version of a device and displays the results.

PS C:\> Get-HcsFirmwareVersion 

Start-HcsFirmwareCheck