Forum Discussion
AtanasM
May 19, 2023Iron Contributor
Archive is not available in mailbox on-prem
Archiving is enabled for on-prem mailboxes from Exchange on-prem server in Hybrid environment, the archive folder is visible in OWA, but there is no access. Exchange Online Plan 2 license is assigned.
Error message: The archive does not seem to be available. Please try again later.
- Deleted
Hi AtanasM
are you are trying to enable the archive in the on-prem server if so, first check this command
Get-Mailbox <MailboxIdentity> | Format-List Name,*Archive*
check if it is enabled or not. to enable.
Enable-Mailbox "MailboxIdentity" -Archive
if you are trying to create an online archive for on-prem user check below article.
https://learn.microsoft.com/en-us/exchange/hybrid-deployment/create-cloud-based-archive
If I have answered your question, please mark your post as Solved
If you like my response, please give it a Like
Appreciate your Kudos! Proud to contribute! 🙂