Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lusassl-msft committed Nov 29, 2023
1 parent 8a0244f commit 7b9e31b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function Get-PowerPlanSetting {

if ($null -ne $win32_PowerPlan) {

# Guid 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c is 'High Performance' powerplan that comes with the OS
# Guid db310065-829b-4671-9647-2261c00e86ef is 'High Performance (ConfigMgr)' powerplan when configured via Configuration Manager / SCCM
# Guid 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c is 'High Performance' power plan that comes with the OS
# Guid db310065-829b-4671-9647-2261c00e86ef is 'High Performance (ConfigMgr)' power plan when configured via Configuration Manager / SCCM
if (($win32_PowerPlan.InstanceID -eq "Microsoft:PowerPlan\{8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c}") -or
($win32_PowerPlan.InstanceID -eq "Microsoft:PowerPlan\{db310065-829b-4671-9647-2261c00e86ef}")) {
Write-Verbose "High Performance Power Plan is set to true"
Expand Down

0 comments on commit 7b9e31b

Please sign in to comment.