Compartir a través de


Get-HcsFirmwareVersion

Get-HcsFirmwareVersion

Gets the firmware versions of devices and displays the results.

Sintaxis

Get-HcsFirmwareVersion [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • 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

Ejemplos

Example 1: Get the firmware version

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

PS C:\> Get-HcsFirmwareVersion 

Temas relacionados

Start-HcsFirmwareCheck