From 18defaa232c0f273260533b59661c533e3d9b1eb Mon Sep 17 00:00:00 2001 From: David Paulson Date: Mon, 24 Jun 2024 15:18:39 -0500 Subject: [PATCH] Adjusted sentence wording --- .../Analyzer/Invoke-AnalyzerExchangeInformation.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Diagnostics/HealthChecker/Analyzer/Invoke-AnalyzerExchangeInformation.ps1 b/Diagnostics/HealthChecker/Analyzer/Invoke-AnalyzerExchangeInformation.ps1 index 645d44bed6..029691939a 100644 --- a/Diagnostics/HealthChecker/Analyzer/Invoke-AnalyzerExchangeInformation.ps1 +++ b/Diagnostics/HealthChecker/Analyzer/Invoke-AnalyzerExchangeInformation.ps1 @@ -466,7 +466,7 @@ function Invoke-AnalyzerExchangeInformation { $exchangeInformation.DependentServices.Common.Count -gt 0 -or $exchangeInformation.DependentServices.Misconfigured.Count -gt 0) { $params = $baseParams + @{ - Details = "To determine what the display name of the service that is not properly configured or running, run 'Get-Service ' to get more information." + Details = "To determine the display name of the service that is not properly configured or running, run 'Get-Service ' to get more information." DisplayCustomTabNumber = 2 DisplayWriteType = "Yellow" }