SBS 2011 mailbox recovery

Associate
Joined
18 Oct 2002
Posts
966
Location
Ipswich
Hi,

I need to restore a users deleted emails from a SBS 2011 backup.

Using the built-in Windows backup I have been able to restore the EDB and log files. I now need to extract emails from the user's mailbox and import them back into their live mailbox.

Is anyone able to shed some light on how best to achieve this. I do not wish to buy third party software if possible.

Thanks in advance.

ICE
 
Hi Eulogy,

I am still struggling.

This is the command I enter into Power Shell:

New-MailboxDatabase -Recovery -Name Mailbox Database -Server SAESRV01 -EdbFilePath "D:\recovery\Mailbox Database.edb" -LogFolderPath "D:\recovery"

This is the error message I recieve:


The term 'New-MailboxDatabase' is not recognized as the name of a cmdlet, function, script file, or operable program. C
heck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:20
+ New-MailboxDatabase <<<< -Recovery -Name Mailbox Database -Server SAESRV01 -EdbFilePath "D:\recovery\Mailbox Databas
e.edb" -LogFolderPath "D:\recovery"
+ CategoryInfo : ObjectNotFound: (New-MailboxDatabase:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

SAESRV01 is the hostname of the SBS2011 server in question.

Any further thoughts?
 
Thanks all.

I was using the basic PowerShell - doh!

I am using this as a guide.

I am now getting stuck at the soft recovery stage. I am using the following command:

eseutil /r "E00" /l "D:\recovered\D_\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database" /d "D:\recovered\D_\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database"

The process gets all the way to about 95% but then I receive the following:

Operation terminated with error -510 (JET_errLogWriteFail, Failure writing to log file) after 341.533 seconds.

A Google search hasn't given me much. One suggestion was to disable UAC. I'm about to try that, but wondered if there might be something else causing this error?

Many thanks,

ICE
 
I wasn't but when I did it all made a lot more sense!

I think I have got there, just need to confirm with the user when they return.

Thank you all for the help.
 
Back
Top Bottom