Forum Discussion

Bart Billiet's avatar
Bart Billiet
Copper Contributor
May 30, 2018
Solved

EXO: Change recoverable items retention policy to 30 days for all mailboxes

Hello,    I read the following article that explains how to change how long permanently deleted items are kept for Exchange Online. The commands provided there are through PowerShell either by targ...
  • VasilMichev's avatar
    May 30, 2018

    You haven't linked any article, so I'll just assume you are talking about the RetainDeletedItemsFor setting, which controls the amount of time messages are kept in the Purges folder. If so, you can pre-configure this setting for any newly created mailboxes by changing the corresponding parameter of the Mailbox plan(s):

     

    Get-MailboxPlan | Set-MailboxPlan -RetainDeletedItemsFor 30

     

    The "Recoverable Items 14 days move to archive" applies to the "Deletions" folder, which is a level "higher" than the Purges folder.

Resources