Hi, one of our clients has an old Exchange 2010 hosted exchange mailserver, they are currently trying to migrate all mailboxes to one Office365 tenant.
This mailserver contains various companies with multiple domains and email addresses, for example ******@company1.com, user@company2 .com, ******@company3.com
The mailserver has only 1 SSL certificate listening on mail.companymailserver.com
All companies connect to the mailserver using a SVR record "_autodiscover._tcp SRV 0 0 443 mail.companymailserver.com"
Outlook and mobile devices work fine this way.
We cannot use the "real" autodiscover.company1.com system because this mailserver is shared and does not contain SSL certificates for the separate email domains hence the SRV records for successful autodiscover operation.
We currently have Azure AD Connect tool successfully syncing users and passwords from the local AD to Office365
The problem we are facing now is when we want to setup a migration endpoint in Office365 Exchange Online, it cannot connect because it's complaining about autodiscover not being setup as expected when we select "Hybrid".
At this moment I don't have any way to change that in the current configuration. It's not just one Exchange 2010 server, it is the Exchange 2010 hosted version that doesn't even come with an Exchange Manager GUI. For each domain (company1.com, company2.com) we will have to setup separate Migration Endpoints as all domains have their own administrator accounts even though they reside on the same mailserver. So AD\administrator AD\administrator1 AD\administrator2
Is there any way to bypass or maybe migrate the mailboxes in a different way? We seem to be a little stuck
Update:
After messing around I could add the Migration Endpoint by skipping verification. My guess is that the process of adding a new Migration Endpoint does check autodiscover that we don't use. By skipping verification you can create the endpoint with the correct settings. Next step was to create a test migration batch, and there we got the actual error it is running into. The message is far more detailed and complains about TLS 1.2 not configured correctly on the Exchange 2010 server so that will be our next step to fix. After that we will have to see if that fixed the connection error. The "Create Migration Endpoint wizard" does not give a clear error message, just says "unable to connect". The actual Migration Batch shows much more detail. But you cannot start a Migration Batch without an existing Migration Endpoint