次の方法で共有


Get-HcsFirmwareVersion

Get-HcsFirmwareVersion

Gets the firmware versions of devices and displays the results.

構文

Get-HcsFirmwareVersion [ <CommonParameters>]

詳細説明

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.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • 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

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