Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Original KB number: 3087172
Problem
When you run the Hybrid Configuration wizard (HCW), you receive the following error message:
HCW8039 The hybrid Send connector must only contain the single address space '{0}'
Cause
This issue occurs if the Send connector that the Hybrid Configuration wizard creates has other namespaces added to it.
Solution
To resolve this issue, follow these steps:
Open the Exchange Management Shell.
Run the following command:
Get-SendConnector -name "Outbound to Microsoft 365"
In the output, examine the value of the AddressSpace parameter. You should see either
*
orcontoso.mail.onmicrosoft.com;1
.If you see any addresses other than
*
orcontoso.mail.onmicrosoft.com;1
, remove them. To do so, run the following command:Set-SendConnector -name "Outbound to Microsoft 365 "smtp:contoso.mail.onmicrosoft.com;1"
Run the Hybrid Configuration wizard again.
More information
Still need help? Go to Microsoft Community or the Exchange TechNet Forums.