\n\t
  1. Before even thinking about beginning this process MAKE sure to have a backup of your database that you are going to defragment!
  2. \n\t
  3. Login as Exchange Administrator.
  4. \n\t
  5. Open Exchange management console.
  6. \n\t
  7. go to Server Configuration>Mailbox
  8. \n\t
  9. Select the server you want to view>expand the storage group that contains your database you want to run maintenance on.
  10. \n\t
  11. Highlight the database path and hit cntrl+c this will copy the path for later use
  12. \n\t
  13. In the action pane dismount the database
  14. \n\t
  15. open command prompt.
  16. \n\t
  17. switch to the directory where your database is located C:program filesmicrosoftexchange serverbin
  18. \n\t
  19. type isinteg.exe -s <servername> -test allfoldertests - this will display all of the database files
  20. \n\t
  21. type the corresponding number to run offline maintenance followed by Y for yes to confirm
  22. \n\t
  23. Keep running this utility until all of the errors are cleaned up
  24. \n\t
  25. At the command prompt to perform a database level integrity check run the following command - Eseutil /g "database file path"
  26. \n\t
  27. Once this is done free of errors defrag the database by running - Eseutil.exe /d "database file path"
  28. \n\t
  29. Once step 14 is complete go back into the Exchange Management console to mount the database
  30. \n