Change retention of Recover Deleted Items Folder

Hasan Siddiqui 61 Reputation points
2021-07-08T22:52:23.043+00:00

Hi,

I am going to set recover deleted items folder retention in Outlook to be 30 days. I will do it from MailboxPlan cmdlet

set-MailboxPlan -Identity 'ExchangeOnlineEnterprise-464547df-b2de-450b-a94a-73fb6e925a86' -RetainDeletedItemsFor 30.00:00:00

and use another cmdlet to set retention for existing user

Get-Mailbox -ResultSize unlimited -Filter "RecipientTypeDetails -eq 'UserMailbox'" | Set-Mailbox -RetainDeletedItemsFor 30

Question is, how it will impact existing users. If a user is at 70 GB, increasing the retaindeleteitemsfor will cause increase in size of mailbox as well? Does recover delete items folder count towards mailbox quota?

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,388 questions
0 comments No comments
{count} votes

Accepted answer
  1. Joyce Shen - MSFT 16,651 Reputation points
    2021-07-09T02:52:20.657+00:00

    Hi @Hasan Siddiqui

    We could refer to the introduction of the Recoverable Items folder in the official document: Recoverable Items folder in Exchange Online

    The Recoverable Items folder has its own storage quota. So it doen't count towards mailbox quota.

    In addition, the storage quota for the Recoverable Items folder is automatically increased from 30 GB to 100 GB when a hold is placed on a mailbox in Exchange Online. If the archive mailbox is enabled, the storage quota for the Recoverable Items folder in the archive mailbox is also increased from 30 GB to 100 GB.

    Detailed information can be seen here: Increase the Recoverable Items quota for mailboxes on hold
    And you could also refer to the Exchange Online limits which list different storage quota in detail

    113192-%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE-2021-07-09-104130.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful