After a Mailbox Database is deleted, the actual database file (.edb) is still there. To recreate the original database from this file, do the following:
- Create a new empty mailbox database, using the New-MailboxDatabase command
- Enable "Over-written by Restore", using Set-MailBoxDatabase
- Move the old database files to the same location as the new database
- Mount the database
- If restoring on a new exchange server, run Move-Mailbox - ConfigurationOnly
see http://technet.microsoft.com/en-us/library/aa998340.aspx
No comments:
Post a Comment