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

Get-OSDPower

Displays Power Plan information using powercfg /LIST

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Displays Power Plan information using powercfg /LIST. Optionally Set an Active Power Plan

Syntax

Get-OSDPower [[-Property] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Property

String

False

Powercfg option (Low, Balanced, High, LIST, QUERY) Default is LIST

Examples

Example

OSDPower
Returns Power Plan information using powercfg /LIST
Option 1: Get-OSDPower
Option 2: Get-OSDPower LIST
Option 3: Get-OSDPower -Property LIST

Example

Last updated

Was this helpful?