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>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 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

예제

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