For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-MyBiosUpdate

Gets MyBiosUpdate information.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Returns MyBiosUpdate data for the current system or OSD session context.

Syntax

Get-MyBiosUpdate [[-Manufacturer] <String>] [[-Product] <String>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Manufacturer

String

False

Specifies the Manufacturer to use when running Get-MyBiosUpdate.

-Product

String

False

Specifies the Product to use when running Get-MyBiosUpdate.

Examples

Example

Demonstrates a common way to run Get-MyBiosUpdate.

Last updated

Was this helpful?