Skip to content

Commit

Permalink
Merge pull request #2118 from microsoft/dpaul-HcServiceInfo
Browse files Browse the repository at this point in the history
Adjusted sentence wording
  • Loading branch information
dpaulson45 authored Jun 24, 2024
2 parents 869dbad + 18defaa commit 26a223d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Name>' to get more information."
Details = "To determine the display name of the service that is not properly configured or running, run 'Get-Service <Name>' to get more information."
DisplayCustomTabNumber = 2
DisplayWriteType = "Yellow"
}
Expand Down

0 comments on commit 26a223d

Please sign in to comment.