Skip to content

Commit

Permalink
HC-EXOconnector doesn't cover all scenarios for routing mail from Onp…
Browse files Browse the repository at this point in the history
…rem to External domains in this check. Updated documentation
  • Loading branch information
Nickul-MSFT committed Dec 17, 2024
1 parent 97539e9 commit 9264492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function Invoke-AnalyzerFrequentConfigurationIssues {
"`r`n`t`t`tCloudServicesMailEnabled: $($connector.CloudEnabled)" +
"`r`n`t`t`tTLSCertificateName set: $($connector.CertificateDetails.TlsCertificateNameStatus -ne "TlsCertificateNameEmpty")"
DisplayCustomTabNumber = 2
DisplayWriteType = "Red"
DisplayWriteType = "Yellow"
}
Add-AnalyzedResultInformation @params
$showMoreInfo = $true
Expand Down
2 changes: 1 addition & 1 deletion docs/Diagnostics/HealthChecker/ExoConnectorCheck.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Exchange Online Connector Check

This is a simple check that can be performed from the Exchange On Prem side to quickly determine if the EXO connector is misconfigured. This does not completely determine if the connector is misconfigured, as Health Checker script is not designed to connect to Exchange Online to properly determine if everything is correctly configured for the way you want your mail flow to work.
This is a simple check that can be performed from the Exchange On Prem side to quickly determine if the EXO connector is misconfigured. This does not completely determine if the connector is misconfigured, as Health Checker script is not designed to connect to Exchange Online to properly determine if everything is correctly configured for the way you want your mail flow to work. It does not take into account if you are routing your OnPrem mail through EXO to External domains and may flag the connector as not properly configured because `CloudServicesMailEnabled` is not set to `$true`. It is only here to check for Internal mail between OnPrem and your tenant EXO mailboxes.

A Send Connector is determined to be destined for Exchange Online if one of the following is true:

Expand Down

0 comments on commit 9264492

Please sign in to comment.