Scenario:
Existing Exchange 2003 forest on DomainA - smtpdomain.com
New Exchange 2010 Forest (different forest and org) on DomainB - smtpdomain.com
Same email domain name
Migrating users as follows - prepare-moverequest.ps1 > ADMT > move-request (creates linked mailbox).
I can access the mailbox using OWA with DomainA credentials so the mailbox move has worked, however when i open the users mailbox in outlook the profile is not updated, they are using outlook 2007 SP1.
Is autodiscover meant to update the profile to point to the new server in this scenario? If i create a new profile it works ok using autordiscover. Ive set up outlook to use local autodiscover file (as i dont want all the computers using autodiscover just yet) ... the file is shown below... as I said, it works for new profiles, just doesnt switch over existing ones.
Where am i going wrong?
<?xml version="1.0" encoding="utf-8"?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006"><Response
xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>EXCH</Type>
<Server>exchangeserver1.domainb.local</Server>
</Protocol>
</Account>
</Response></Autodiscover>