pondělí 18. října 2010

Exchane 2007: Obnova mailboxu ze zálohy

Potřebné znalosti

  • eseutil
  • new-storagegroup
  • new-mailboxdatabase
  • set-mailboxdatabase
  • mount-database
  • restore-mailbox

Příklad

new-storagegroup -Server SBS2008 -LogFolderPath C:\Obnova -Name Obnova  -Recovery

new-mailboxdatabase -mailboxdatabasetorecover "Mailbox Database" -storagegroup "SBS2008\Obnova" -EDBFilePath C:\Obnova\Mailbox Database.edb

set-mailboxdatabase -identity "SBS2008\Obnova\Mailbox Database" -AllowFileRestore:$True 

mount-database -identity "SBS2008\Obnova\Mailbox Database"

eseutil /p C:\Obnova\Mailbox Database.edb

mount-database -identity "SBS2008\Obnova\Mailbox Database"

Restore-Mailbox -Identity spravce -RSGDatabase "SBS2008\Obnova\Mailbox Database" -RSGMailbox uživatel -TargetFolder Recovery

Žádné komentáře: