shared inbox - space limitation

IBN 4,511 Reputation points
2022-07-01T10:21:55.183+00:00

Hello

We have a shared inbox for users. We normally get emails notifications about it in the inbox.

It seems we only have 5 GB space whereas it should be 50 GB.

Does anyone know how we can increase this limitation, I do not find resources online on how to fix it.

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.


1 answer

Sort by: Most helpful
  1. Joyce Shen - MSFT 16,706 Reputation points
    2022-07-04T03:26:47.737+00:00

    Hi @IBN

    Are you using Exchange online? The Mailbox storage limits are introduced here

    217271-image.png
    To access a shared mailbox, a user must have an Exchange Online license, but the shared mailbox doesn't require a separate license. Without a license, shared mailboxes are limited to 50 GB. To increase the size limit to 100 GB, the shared mailbox must be assigned an Exchange Online Plan 2 license.

    Shared and resource mailboxes don't require a license. However, without a license, these mailboxes are limited to 50 GB. To increase the mailbox size, an E3 or E5 license must be assigned. This will increase the mailbox to 100 GB.

    Or do you mean mailbox quota configuration for your shared mailbox? Please run the command below to check the value:

    Get-Mailbox <User ID> | Select *quota*  
    

    You could set the quota using this:

    Get-Mailbox | Set-Mailbox -ProhibitSendQuota <Value> -ProhibitSendReceiveQuota <Value> -IssueWarningQuota <Value>  
    

    Details: Increase or customize Exchange Online mailbox size


    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.

    Was this answer helpful?

    1 person found this answer helpful.

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.