Skip to content

Commit

Permalink
Merge pull request #1941 from microsoft/dpaul-HcIISUpdate
Browse files Browse the repository at this point in the history
More information provided when InternalNLBBypassUrl is set
  • Loading branch information
dpaulson45 authored Jan 16, 2024
2 parents 3a7349d + 6175b3c commit 625ad3e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 625ad3e

Please sign in to comment.