edb???
Configuring Databases
One common task is to set the quota level for users. Quotas can be either set at the database level or per -
user. It is common to set the default levels at the mailbox database, and override as needed at the user
object. Quotas and other parameters are set with the Set-MailboxDatabase cmdlet.
There are three available quota settings:
??‘ IssueWarningQuota : When the user reaches this threshold, the system will generate an email
warning him about his quota.
??‘ ProhibitSendQuota : When the user reaches this threshold the system will prohibit the user
from sending new mail. This setting must be equal or greater than the IssueWarningQuota
value.
??‘ ProhibitSendReceiveQuota : When the user reaches this threshold the system will prohibit
the user from sending mail, and will not deliver new mail to the user ??™ s mailbox. This setting
must be equal or greater than the IssueWarningQuota and ProhibitSendQuota values.
Set-MailboxDatabase -Identity < DatabaseIdParameter > [-AllowFileRestore
< $true | $false > ] [-DeletedItemRetention < EnhancedTimeSpan > ]
[-DomainController < Fqdn > ] [-EventHistoryRetentionPeriod
< EnhancedTimeSpan > ] [-IndexEnabled < $true | $false > ] [-IssueWarningQuota
< Unlimited > ] [-JournalRecipient < RecipientIdParameter > ] [-MailboxRetention
< EnhancedTimeSpan > ] [-MaintenanceSchedule < Schedule > ] [-MountAtStartup
< $true | $false > ] [-Name < String > ] [-OfflineAddressBook
< OfflineAddressBookIdParameter > ] [-ProhibitSendQuota < Unlimited > ]
[-ProhibitSendReceiveQuota < Unlimited > ] [-PublicFolderDatabase
< DatabaseIdParameter > ] [-QuotaNotificationSchedule < Schedule > ]
[-RetainDeletedItemsUntilBackup < $true | $false > ]
Set-MailboxDatabase [-AllowFileRestore < $true | $false > ]
[-DeletedItemRetention < EnhancedTimeSpan > ] [-DomainController < Fqdn > ]
[-EventHistoryRetentionPeriod < EnhancedTimeSpan > ] [-IndexEnabled < $true |
$false > ] [-Instance < MailboxDatabase > ] [-IssueWarningQuota < Unlimited > ]
[-JournalRecipient < RecipientIdParameter > ] [-MailboxRetention
< EnhancedTimeSpan > ] [-MaintenanceSchedule < Schedule > ] [-MountAtStartup
< $true | $false > ] [-Name < String > ] [-OfflineAddressBook
< OfflineAddressBookIdParameter > ] [-ProhibitSendQuota < Unlimited > ]
[-ProhibitSendReceiveQuota < Unlimited > ] [-PublicFolderDatabase
< DatabaseIdParameter > ] [-QuotaNotificationSchedule < Schedule > ]
[-RetainDeletedItemsUntilBackup < $true | $false > ]
(continued)
Chapter 8: Confi guring the Mailbox Server Role
221
This example sets the quotas for the database.
Pages:
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327