Forum Discussion
Exchange Migration PST Export
Hi HidMov
thank you for your answer.
How can I create an online mailbox (step 2) for the users?
In the UI of O365 I get this message
This user's on-premises mailbox hasn't been migrated to Exchange Online. The Exchange Online mailbox will be available after migration is completed
in step 3 I want to change the MX records. But for step 2 I already need the mailbox for the users in Exchange online. The users should use this online mailbox only after step 2 is finished until then they should use the onpremise mailbox.
Set-User Jon@contoso.com -PermanentlyClearPreviousMailboxInfo
Ref:- https://techcommunity.microsoft.com/t5/exchange-team-blog/permanently-clear-previous-mailbox-info/ba-p/607619
also you can set up mailflow connectors between on-prem and O365 and migrate users in batches, below article explains how you can set up a criteria based mail routing:-
https://help.bittitan.com/hc/en-us/articles/115008260168-How-do-I-set-up-mail-routing-on-Office-365-when-migrating-users-in-batches-
- StefanKiJul 28, 2020Iron Contributor
thank you for your answer.
Do I have to stop AD Connect and make changes to the user before?
Set-User Jon@contoso.com -PermanentlyClearPreviousMailboxInfo
Output with AD Connect activated
The command completed successfully, but no settings of 'Jon' were changed.
- DeepakRandhawaJul 29, 2020Iron Contributoryou don't need to stop AD Connect, try this for a user for which you are getting the error :-
This user's on-premises mailbox hasn't been migrated to Exchange Online. The Exchange Online mailbox will be available after migration is completed
and then reassign a license.- StefanKiJul 29, 2020Iron Contributor
I applied it to a user created with ADConnect. But always get the above warning and no change to the user.