< Back

Get-iBMCInbandFirmware

Tue Jan 14, 2020 2:49 am

NAME Get-iBMCInbandFirmware



SYNOPSIS

Query information about the updatable inband firmware resource collection of a server.





SYNTAX

Get-iBMCInbandFirmware [-Session] <RedfishSession[]> [<CommonParameters>]





DESCRIPTION

Query information about the updatable firmware resources of a server.

Include SPService and all inband firmwares.





PARAMETERS

-Session <RedfishSession[]>

iBMC redfish session object which is created by Connect-iBMC cmdlet.

A session object identifies an iBMC server to which this cmdlet will be executed.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

PSObject[]

Returns PSObject which contains all updatable firmware infomation if cmdlet executes successfully.

In case of an error or warning, exception will be returned.





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$credential = Get-Credential



PS C:\\> $session = Connect-iBMC -Address 10.1.1.2 -Credential $credential -TrustCert

PS C:\\> $Firmwares = Get-iBMCInbandFirmware $session

PS C:\\> $Firmwares | fl



Host : 10.1.1.2

SR430C-M 1G (SAS3108)@[RAID Card1] : 4.270.00-4382

LOM (X722)@[LOM] : 3.33 0x80000f09 255.65535.255

SPService : @{APPVersion=1.09; OSVersion=1.09; DataVersion=1.09}











RELATED LINKS

https://github.com/Huawei/Huawei-iBMC-Cmdlets



Get-iBMCOutbandFirmware

Update-iBMCInbandFirmware

Update-iBMCOutbandFirmware

Invoke-iBMCFileUpload

Get-iBMCSPTaskResult

Set-iBMCSPService

Connect-iBMC

Disconnect-iBMC