< Back

Get-PowerPlanSettingRange

Sat Jan 18, 2020 9:30 pm

NAME Get-PowerPlanSettingRange



SYNOPSIS

Gets the accepted range of input values for a specific power setting.





SYNTAX

Get-PowerPlanSettingRange [-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-PowerPlanSettingRange

AUTHOR : BMO

EMAIL : brandonseahorse@gmail.com

GITHUB : github.com/Bmo1992

CREATED : September 18, 2019



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



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















RELATED LINKS