Exchange 针对单个邮箱设置存储大小

Set-Mailbox sAMAccountName -UseDatabaseQuotaDefaults $false -IssueWarningQuota '1.27 GB (1,363,148,800 bytes)' -ProhibitSendQuota '1.465 GB (1,572,864,000 bytes)' -ProhibitSendReceiveQuota '1.953 GB (2,097,152,000 bytes)'

注:
sAMAccountName为账号

分享到