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" }