EMS : Setting storage limits for a mailbox databse

preview_player
Показать описание
EMS : Setting storage limits for a mailbox databse

1. Prepare

- DC1 : Domain Controller

- DC2 : Exchange Server

2. Step by step

- DC2 : Setting storage quotas for DB2

+ Exchange Management Shell :

+ Get-Mailboxdatabase -Identity DB2 | Select Name,IssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota

# View configure the storage limits of DB2 present

+ Set-MailboxDatabase -Identity DB2 -IssueWarningQuota 4gb -ProhibitSendQuota 4.5gb -ProhibitSendReceiveQuota 5gb

# Setting storage quotas for DB2

+ Get-Mailboxdatabase -Identity DB2 | Select Name,IssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota

# View configure the storage limits of DB2 again
Рекомендации по теме