< Back

Get-PowerPlanSettingDefinition

Sat Jan 18, 2020 9:30 pm

NAME Get-PowerPlanSettingDefinition



SYNOPSIS

Gets the accepted values for power plan settings with a specific definition.





SYNTAX

Get-PowerPlanSettingDefinition [-PowerSettingID] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-PowerSettingID <String>

Specify the InstanceID of each power setting. Multiple InstanceID's can be passed via this parameter but at

least one needs to be passed to the cmdlet.



Required? true

Position? 1

Default value

Accept pipeline input? false

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



NOTES





NAME : Get-PowerPlanSettingDefinition

AUTHOR : BMO

EMAIL : brandonseahorse@gmail.com

GITHUB : github.com/Bmo1992

CREATED : September 17, 2019



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



PS C:\\>Get-PowerPlanSettingDefinition -PowerSettingID xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx















RELATED LINKS