As you enable archive mailboxes for end users and set up retention policies (shown later in the chapter), you may find that the default limitations configured for archive mailboxes do not meet your needs. In this recipe, you'll learn how to modify archive mailbox quotas using the Exchange Management Shell.
Configuring archive mailbox quotas
How to do it...
Let's see how to configure archive mailbox quotas by performing the following steps:
- To modify the archive quota settings for a single mailbox, use the Set-Mailbox cmdlet:
Set-Mailbox dsmith -ArchiveQuota 10gb -ArchiveWarningQuota 8gb
- To do this in bulk, use the Get-Mailbox cmdlet to retrieve the mailboxes that need to be updated and pipe the results...