查看指定用户邮箱的大小
[PS] F:\>Get-Mailbox -Identity xxxxxxx | Get-MailboxStatistics | select DisplayName,TotalItemSize,Database DisplayName TotalItemSize Database ----------- ------------- -------- xxxxxxxxxxxxxxxxxxxxxxxxxxxx 16.64 GB (17,865,934,677 bytes) SGxxxxxx
根据上面获取到的数据库,来查看数据库的存储配额
[PS] F:\>Get-MailboxDatabase -Identity SGxxxxxx | select ProhibitSendReceiveQuota,ProhibitSendQuota,IssueWarningQuota ProhibitSendReceiveQuota ProhibitSendQuota IssueWarningQuota ------------------------ ----------------- ----------------- 23 GB (24,693,964,800 bytes) 20 GB (21,474,836,480 bytes) 18.99 GB (20,394,803,200 bytes) [PS] F:\>
图示:
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。