Share via


View Mailbox Database Statistics

[This is pre-release documentation and subject to change in future releases. This topic's current status is: Writing Not Started.]

Applies to: Exchange Server 2010 Beta* *Topic Last Modified: 2008-12-08

This topic explains how to use the Exchange Management Shell and the Exchange Management Console to view mailbox database properties and statistics.

Before You Begin

To run this cmdlet, you must be assigned, either directly or using a universal security group, one of the following management roles:

  • View Only Organization Management

While all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they are not included in the management roles assigned to you. For more information, see Permissions Information for Cmdlet Help and Procedural Topics.

Procedure

Using the Exchange Management Console, you can open the Properties page for a database to view the following information:

  • General properties, such as database file location, backup and change history, status, maintenance schedule, and the journaling recipient
  • Limits, such as storage limit warning levels, warning message intervals, and deletion settings
  • Client settings, such as the location of a default public folder database or offline address book (OAB)

To use the Exchange Management Console to get mailbox database statistics

  1. Open the Exchange Management Console.

  2. In the console tree, expand Server Configuration, and then click Mailbox.

  3. In the result pane, select an Exchange Mailbox server.

  4. In the work pane, right-click a mailbox database.

  5. Click Properties.

  6. Click the General, Limits, and Client Settings tabs to access various mailbox database statistics.

In the Exchange Management Shell, you can use the Get-LogonStatistics cmdlet to obtain the following information about mailbox and public folder databases:

  • Open item counts, such as the number of open attachments, folders, and messages
  • Operations counts, such as the number of messaging operations, progress operations, table operations, transfer operations, total operations, and successful remote procedure calls (RPCs)
  • Names and identities that are associated with the database, such as the server, storage group, and full mailbox directory names and identities
  • Other information, such as latency, client version, client IP address, and access and logon times

To use the Exchange Management Shell to get mailbox database statistics

  • Run the following command:

    Get-LogonStatistics -Database <mailbox database name> | Format-List
    

For detailed syntax and parameter information, see the Get-LogonStatistics reference topic.

For More Information

For more information about how to get statistics for individual mailboxes, see the Get-MailboxStatistics reference topic.