From 6175b3c4399f93d0623778abbd1360bd82ea95ee Mon Sep 17 00:00:00 2001 From: David Paulson Date: Tue, 16 Jan 2024 12:42:53 -0600 Subject: [PATCH] More information provided when InternalNLBBypassUrl is set --- .../Analyzer/Invoke-AnalyzerExchangeInformation.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Diagnostics/HealthChecker/Analyzer/Invoke-AnalyzerExchangeInformation.ps1 b/Diagnostics/HealthChecker/Analyzer/Invoke-AnalyzerExchangeInformation.ps1 index f625d9ceac..bf1d043b9b 100644 --- a/Diagnostics/HealthChecker/Analyzer/Invoke-AnalyzerExchangeInformation.ps1 +++ b/Diagnostics/HealthChecker/Analyzer/Invoke-AnalyzerExchangeInformation.ps1 @@ -299,7 +299,9 @@ function Invoke-AnalyzerExchangeInformation { if (-not ([string]::IsNullOrWhiteSpace($getWebServicesVirtualDirectory.InternalNLBBypassUrl))) { $params = $baseParams + @{ Name = "EWS Internal Bypass URL Set" - Details = "$($getWebServicesVirtualDirectory.InternalNLBBypassUrl) - Can cause issues after KB 5001779" + Details = "$($getWebServicesVirtualDirectory.InternalNLBBypassUrl) - Can cause issues after KB 5001779" + + "`r`n`t`tThe Web Services Virtual Directory has a value set for InternalNLBBypassUrl which can cause problems with Exchange." + + "`r`n`t`tSet the InternalNLBBypassUrl to NULL to correct this." DisplayWriteType = "Red" } Add-AnalyzedResultInformation @params