Quantcast
Channel: Exchange Server 2013 - Administration, Monitoring, and Performance 论坛
Viewing all articles
Browse latest Browse all 3457

Difference when get the mailbox on database

$
0
0

Hi everyone,

I trying to count how many mailboxes there are in a database.

I am using this command an it is bringing 38 mailboxes:

Get-Mailbox -ResultSize Unlimited -Database "MDB01" | Group-Object -Property:Database | Select-Object Name, Count | Format-Table

Name                                         Count
----                                            -----
MDB01                                         38

But when I run the command the result is quite different:

Get-Mailbox -ResultSize Unlimited -Database "MDB01" | Group-Object -Property:Database | Select-O
bject Name, Count | Format-Table

Name                                                                                                 Count
----                                                                                                      -----
MDB01                                                                                               517

Do you know why the difference?

Thanks.


Viewing all articles
Browse latest Browse all 3457

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>