diff --git a/Diagnostics/HealthChecker/DataCollection/ServerInformation/Get-PowerPlanSetting.ps1 b/Diagnostics/HealthChecker/DataCollection/ServerInformation/Get-PowerPlanSetting.ps1 index 3c51d2fe0f..8aa77457a2 100644 --- a/Diagnostics/HealthChecker/DataCollection/ServerInformation/Get-PowerPlanSetting.ps1 +++ b/Diagnostics/HealthChecker/DataCollection/ServerInformation/Get-PowerPlanSetting.ps1 @@ -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"