> ## Content Index
> Fetch the complete content index at: https://www.techielass.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# How many users are stored in an Exchange Database
- URL: https://www.techielass.com/how-many-users-are-stored-in-an-exchange-database/
- Published: 2014-11-05T06:00:00.000Z
- Updated: 2021-03-14T08:12:34.000Z
- Description: How Many Users Are Stored in an Exchange Database
- Author: Sarah Lean
- Tags: Microsoft Exchange

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**`