Share via


Get-HcsFirmwareVersion

Get-HcsFirmwareVersion

Gets the firmware versions of devices and displays the results.

Syntaxe

Get-HcsFirmwareVersion [ <CommonParameters>]

Description détaillée

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.

Paramètres

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • 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

Exemples

Example 1: Get the firmware version

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

PS C:\> Get-HcsFirmwareVersion 

Rubriques connexes

Start-HcsFirmwareCheck