时间:2021-07-01 10:21:17 帮助过:20人阅读
A quick powershell command to figure out the number of mailboxes per database:
(get-mailboxdatabase) | foreach-object {write-host $_.name (get-mailbox -database $_.name).count}
Ex2010-03 figure out the number of mailboxes per database
标签:exchange