July 2017
Intermediate to advanced
648 pages
31h 9m
English
Let's see how to configure archive mailbox quotas by performing the following steps:
Set-Mailbox dsmith -ArchiveQuota 10gb -ArchiveWarningQuota 8gb
Get-Mailbox -Database DB01 -Archive | `
Set-Mailbox -ArchiveQuota 10gb -ArchiveWarningQuota 8gb
As you can see here, we're filtering the results of the Get-Mailbox cmdlet by using the -Archive switch so only archive mailboxes are included in the results, and then setting ...
Read now
Unlock full access