Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sentry launches MCP monitoring tool

      August 14, 2025

      10 Benefits of Hiring a React.js Development Company (2025–2026 Edition)

      August 13, 2025

      From Line To Layout: How Past Experiences Shape Your Design Career

      August 13, 2025

      Hire React.js Developers in the US: How to Choose the Right Team for Your Needs

      August 13, 2025

      I’ve tested every Samsung Galaxy phone in 2025 – here’s the model I’d recommend on sale

      August 14, 2025

      Google Photos just put all its best editing tools a tap away – here’s the shortcut

      August 14, 2025

      Claude can teach you how to code now, and more – how to try it

      August 14, 2025

      One of the best work laptops I’ve tested has MacBook written all over it (but it’s even better)

      August 14, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Controlling Execution Flow with Laravel’s Sleep Helper

      August 14, 2025
      Recent

      Controlling Execution Flow with Laravel’s Sleep Helper

      August 14, 2025

      Generate Secure Temporary Share Links for Files in Laravel

      August 14, 2025

      This Week in Laravel: Filament 4, Laravel Boost, and Junie Review

      August 14, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      KDE Plasma 6 on Wayland: the Payoff for Years of Plumbing

      August 14, 2025
      Recent

      KDE Plasma 6 on Wayland: the Payoff for Years of Plumbing

      August 14, 2025

      FOSS Weekly #25.33: Debian 13 Released, Torvalds vs RISC-V, Arch’s New Tool, GNOME Perfection and More Linux Stuff

      August 14, 2025

      Ultimate ChatGPT-5 Prompt Guide: 52 Ideas for Any Task

      August 14, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Cannot Delete Emails from Deleted Items Folder in Office 365 Mailbox

    Cannot Delete Emails from Deleted Items Folder in Office 365 Mailbox

    May 10, 2025

    This issue could be due to the retention policies but this could also be caused by litigation hold, eDiscovery case hold. Before proceeding verify the quota is exceeding by running below command

    Get-MailboxStatistics -identity <PrimarySMTPAddress> -folderscope recoverableitems | format-table name, folderandsubfoldersize, itemsinfolderandsybfolders -auto

    Verify the storage utilization by the “RecoveryItem” folder, A regular mailbox will have a max size of 30 GB and 100 GB for the mailbox that has litigation hold.

    We need to make sure to disable deleted item retention and single item recovery for the mailbox until the issue is fixed by executing below commands:

    Set-Mailbox <PrimarySMTPAddress> -RetainDeletedItemsFor 0
    Set-Mailbox <PrimarySMTPAddress> -SingleItemRecoveryEnabled $false

    Once the above steps are completed and verified, continue with below commands.

    Get-mailbox -identity <Mailbox> | Select-Object ElcProcessingDisabled.

    Set-Mailbox -identity <Mailbox> -ElcProcessingDisabled $False

    Start-ManagedFolderAssistant <Mailbox> -Fullcrawl

    Wait for 15 mins

    Start-Managefolderassistant <Mailbox> -holdcleanup

    Wait for 1 hour and then execute the below command:

    Start-ManagedFolderAssistant <Mailbox>

    After the issue is fixed execute the below commands to re-apply the settings

    Set-Mailbox <PrimarySMTPAddress> -RetainDeletedItemsFor 14
    Set-Mailbox <PrimarySMTPAddress> -SingleItemRecoveryEnabled $true
    Start-ManagedFolderAssistant -Identity <PrimarySMTPAddress>

     

    You will notice the mailbox recovery in about next 30-60 Mins.

    Thanks,
    WintelAdmin

    The post Cannot Delete Emails from Deleted Items Folder in Office 365 Mailbox first appeared on Windows Administrators Blog!.

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleWindows Administrators Blog Named One of FeedSpot’s Top 25 Microsoft Windows Blogs
    Next Article Laravel Routing

    Related Posts

    Learning Resources

    KDE Plasma 6 on Wayland: the Payoff for Years of Plumbing

    August 14, 2025
    Learning Resources

    FOSS Weekly #25.33: Debian 13 Released, Torvalds vs RISC-V, Arch’s New Tool, GNOME Perfection and More Linux Stuff

    August 14, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-7945 – A vulnerability was found in D-Link DIR-513 up to

    Common Vulnerabilities and Exposures (CVEs)

    Editor’s Soapbox: AI: The Bad, the Worse, and the Ugly

    News & Updates

    GNOME Dropping X11 Support May Complicate Next Ubuntu LTS

    Linux

    CVE-2025-48488 – FreeScout Cross-Site Scripting (XSS) Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Reinforcement Learning Makes LLMs Search-Savvy: Ant Group Researchers Introduce SEM to Optimize Tool Usage and Reasoning Efficiency

    May 19, 2025

    Recent progress in LLMs has shown their potential in performing complex reasoning tasks and effectively…

    New Pixel 9a update limits its battery to extend its life – how it works

    April 1, 2025

    4 PC parts I’m buying to upgrade my computer (and the 7 I’m keeping)

    June 18, 2025

    CVE-2025-32455 – Quantenna Wi-Fi Command Injection Vulnerability

    June 8, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.