in place archive outlook web

albi ya albi 0 Reputation points
2025-11-13T01:57:08.11+00:00

Please assist me

User's image

Outlook | Web | Outlook.com | Account management, security, and privacy
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Alice-N 4,200 Reputation points Microsoft External Staff Moderator
    2025-11-13T06:31:41.81+00:00

    Dear albi ya albi ,  

    Thank you for reaching out to the Microsoft Q&A Community. I understand you're encountering the error message “There was an error with your request” when trying to access your In-Place Archive via Outlook Web App (OWA). Let's address them one by one.  

    When trying to open the In-Place Archive from OWA, this could be due to several reasons. One common cause is that the archive mailbox might not be properly provisioned. You can try the following steps to troubleshoot this issue:  

    Check Archive Mailbox Status: Ensure that the archive mailbox is enabled and properly provisioned. You can do this by running the following PowerShell command in Exchange Online PowerShell:  Get-Mailbox -Identity >Select-Object ArchiveStatus  

    If the ArchiveStatus is not "Active", you might need to re-enable the archive mailbox.  

    Re-enable In-Place Archive: Sometimes, disabling and then re-enabling the In-Place Archive can resolve the issue. Use the following commands:    Disable-Mailbox -Identity -Archive , Enable-Mailbox -Identity <user mailbox> -Archive.   

    It's important to ensure that the retention policy is correctly configured and applied to the mailbox. Here are a few steps to check:  

    Verify Retention Policy: Ensure that the retention policy is correctly configured to move items to the archive mailbox. You can check this in the EAC under "Compliance Management" > "Retention Policies".  

    Apply Retention Policy: Make sure the retention policy is applied to the user's mailbox. You can do this using the following PowerShell command:  Set-Mailbox -Identity <user mailbox> -RetentionPolicy "<policy name>"  

    Run Managed Folder Assistant: The Managed Folder Assistant processes mailboxes and applies retention policies. You can manually trigger it using the following command:    Start-ManagedFolderAssistant -Identity  

    If these steps do not resolve the issue, it might be helpful to check the detailed logs and error messages for more specific troubleshooting.  

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".      

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  

    Warm regards


  2. Alice-N 4,200 Reputation points Microsoft External Staff Moderator
    2025-11-20T06:28:39.94+00:00

    Dear albi ya albi

    Thank you for reaching out to the Microsoft Q&A Community again. I understand that filtering and archiving emails is taking a long time due to the large number of messages in your Inbox.  

    Please confirm the following:  

    • Correct Search Syntax  
      • When filtering by date, ensure you are using the correct syntax: received:>=mm/dd/yyyy AND received:<=mm/dd/yyyy
      • This will help narrow down results efficiently.  
    • Exact Keyword Format  
      • Yes, Outlook search requires precise keywords and operators for advanced queries.
      • For example: received:>=11/01/2025 AND received:<=11/15/2025 You can also combine with other criteria like subject:"Invoice" or from:"******@domain.com".  
    • Performance Consideration  
      • With 20,000+ emails, searches and bulk actions may take time. Consider breaking the process into smaller date ranges or using the Archive by Folder option to reduce load.  

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".      

    Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.