Forum Discussion
lugina
Jan 25, 2021Copper Contributor
Hybrid Exchange Archive Mailbox Status
Good afternoon, I want to ask if there are someone experienced this behavior or not. I perform Hybrid Exchange 2013 and Exchange Online and migrate several user mailbox and archive. After the u...
saifs1980
Jan 25, 2021Copper Contributor
Is your DirSync running properly? When enabling an archive mailbox, the remote mailbox user object in on-premises Exchange is set to provision a cloud archive mailbox. Once DirSync runs, the Exchange in the cloud is supposed to provision the archive mailbox.
The issue is likely due to you need to run the directory sync tool configuration wizard to enable the Exchange hybrid option.
If you are running classic DirSync, this would be a good time to move to Azure AD Connect.
Also run below commands and collect information.
1. Run Get-MailUser -identity user | fl *archive* via Exchange Online PowerShell.
2. Run get-mailbox -Identity user | Format-List *Archive* via local EMS.
3. Check if the attribute msExchArchiveStatus in ADSIedit is set to 1.
The issue is likely due to you need to run the directory sync tool configuration wizard to enable the Exchange hybrid option.
If you are running classic DirSync, this would be a good time to move to Azure AD Connect.
Also run below commands and collect information.
1. Run Get-MailUser -identity user | fl *archive* via Exchange Online PowerShell.
2. Run get-mailbox -Identity user | Format-List *Archive* via local EMS.
3. Check if the attribute msExchArchiveStatus in ADSIedit is set to 1.
lugina
Jan 27, 2021Copper Contributor
Dear saifs1980 ,
Thank you very much for reply to my query.
I already using Azure AD Connect for the synchronization and enable Exchange Hybrid options:
And for the comparison, here is the result when we check the ArchiveState from cloud and on-premise user:
(User migrated to cloud, but ArchiveState: Local)
(User on-premise, ArchiveState: Local)
Does the archive mailbox for onboarding user to Office 365 is also migrated and move to cloud? But the ArchiveState is shown Local.
Kindly advise.
Thank you.