Exchange Server database files

Exchange databases have three types of files:

To find out the database file and log file paths, proceed as follows.

Exchange 2010

Execute the following commands by using Exchange Management Shell:

Get-MailboxDatabase | Format-List -Property Name, EdbFilePath, LogFolderPath

Exchange 2007

Execute the following commands by using Exchange Management Shell:

Exchange 2003

  1. Start Exchange System Manager.
  2. Click Administrative Groups.

    Note: If Administrative Groups does not appear, it may not be turned on. To turn on Administrative Groups, right-click Exchange Organization, and then click Properties. Click to select the Display Administrative Groups check box.

  3. To find out transaction log location, do the following:
    1. Right-click the storage group, and then click Properties.
    2. On the General tab you will see transaction log location.
  4. To find out database file location (*.edb) do the following:
    1. Expand the required storage group.
    2. Right-click the database, and then click Properties.
    3. On the Database tab you will see database file location and database streaming file location.