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

Get-SystemFirmwareDevice

Returns the system firmware device

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Retrieves the system firmware device by querying Win32_PnpEntity for the System Firmware class GUID.

Syntax

Get-SystemFirmwareDevice [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

This function does not define function-specific parameters beyond common parameters.

Examples

Example

Get-SystemFirmwareDevice
Returns the system firmware device information

Last updated

Was this helpful?