Setting Archive Mailbox Quota In Exchange 2010…

MS Exchange

I had written an article a while back about archive mailbox which generated a lot of response (comments) from my readers. In this one, I will explain how to configure quotas for archive mailboxes, if anyone is using it. Do understand that an enterprise CAL is needed to use archive mailbox functionality.

Archive mailboxes have unlimited storage by default and no admin wants that. You can configure two settings, archive warning quota and archive quota.

As the name implies, the archive warning quota is a limit set by the admin to warn the user that they are very near to reaching the maximum allowed limit for their archive mailbox. When a user reaches the archive warning quota, exchange logs an event for the administrator and fires an email to the user. You can use both EMC and Shell to configure the setting. Launch EMC, take the user properties, navigate to “Mailbox Settings” tab, select “Archive Quota” and click properties. Set the limit in MB. The option “Archive Quota” in the user properties should ideally be “Archive Quota Warning” in my opinion.

Archive Quota

If you are a Powershell guy, run Set-Mailbox –identity “user” –ArchiveWarningQuota” 900MB

Archive Quota Warning Shell

Archive Quota is the limit set by the admin as the maximum amount of storage allotted for a user’s archive mailbox. When a user reaches the quota limit, a message is fired to the user and he/she won’t be able to move any more messages into the archive mailbox. This limit can only be set by using the Shell. To set the limit to 1Gb, run Set-Mailbox –identity “user” –ArchiveQuota 1GB.

Set Quota Limit

Other Popular Articles


MS Exchange

Scripting Agent Initialization Failed: “File is not found” Error During Exchange 2016 Setup

MS Exchange

EAC Access While Co-Existing Exchange 2013 With 2010

MS Exchange

Delete All Calendar Entries In An Exchange 2010 Mailbox

7 thoughts on “Setting Archive Mailbox Quota In Exchange 2010…”

    • Hi Jonathan,

      Yes, you need to have enterprise CAL for the users who need archive mailbox. So, if you have 100 users in total and 20 need archive mailboxes, you need 100 std cals and 20 enterprise cals.
      The enterprise cals doesn’t cover std cals.

      Do let me know if you have more queries.

      Thanks.

      Reply
  1. After you set auto archive? is there a way to see where the online archive is on the database? if so can i move it to a different database?

    Reply
  2. Hi Anonymous,

    In order to set it from multiple users by database, run

    Get-Mailbox -Database "dbname" | Set-Mailbox –ArchiveWarningQuota” 900MB"

    If you want all of your users to have the same limit, run Get-Mailbox | Set-Mailbox –ArchiveWarningQuota” 900MB"

    Reply
  3. How do you set archive quota's for multiple users?

    Is there a default limit that can be set rather than an "unlimited" quota when an Archive is enabled?

    I need to perform this on users located on separate databases, but do not want ot powershell script each individual user as I have hundreds to do.

    Reply
  4. I am using a thirdparty solution for email archiving on Exchange 2007. Can anyone advice what is the best way to limit the mailbox size?

    Currently the journaling also enabled and every email automatically gets archived for the user. Users have no quota set and I think users will abuse this feature. So any advice on what is the best way to limit the mailbox size on Exchange 2007?

    Reply

Leave a Comment