E14: Exchange 2010 Database Portability Recovery

 

 

  1. Reference

    http://social.technet.microsoft.com/Forums/exchange/en-US/6ec28ddb-63f3-4b6f-9d75-b0b507f9c0d7/how-to-move-database-using-database-portability-in-exchange-2010?forum=exchange2010

    http://technet.microsoft.com/en-us/library/dd876926.aspx

    http://msexchangeguru.com/2013/04/15/e2010-database-portability/



  2. A offline DB that need to recover on new server

    image
  3. Check DB state first

    image
  4. Copy DB to a new server. Rename old folder, and create a new folder for the Database

    image
  5. Create a database for recovery on new server

    image

  6. Specific the DB path

    image

  7. imageimage
  8. Mount DB
    image
  9. Enable restore on this DB

    image

    image
  10. Dismount DB
    image
  11. Remove new db & logs

    image
  12. Remove .chk file
    image
  13. Mount the database
    image

  14. After the database is mounted, modify the user account settings with the Set-Mailbox cmdlet so that the account points to the mailbox on the new mailbox server. To move all of the users from the old database to the new database, use the following syntax.

    Get-Mailbox -Database <SourceDatabase> |where {$_.ObjectClass -NotMatch '(SystemAttendantMailbox|ExOleDbSystemMailbox)'}| Set-Mailbox -Database <TargetDatabase>

    [PS] C:\>Get-Mailbox -Database BQT-ArchiveIn_201309_R |where {$_.ObjectClass -NotMatch '(SystemAttendantMailbox|ExOleDbSystemMailbox)'}| Set-Mailbox -Database BQT-ArchiveIn_201309_R2
  15. Open outlook to check mailbox is able to read.

    image







Comments

Popular posts from this blog

E15 CU3–Update Failed–AD replicated Exceeded the tombstone lifetime.

202301 - Exchange onpreme - PowerShell Serialization Payload Signing

E14–Bulk Create Mail Contact & Set-Contact