How many users are stored in an Exchange Database
How Many Users Are Stored in an Exchange Database
In order to find out how many users are stored within an Exchange 2010 Database there is a very useful and simple Powershell Command you can run:
**Get-Mailbox | Group-Object -Property:Database | Select-Object name,count**