Selecting the Last Restore Set checkbox means that after the
file restore, Exchange will perform a hard recovery. Figure 8 - 5 illustrates the database restore options
when using the System Backup utility. Exchange automatically redirects any restores to the RSG instead
of the original location.
Part II: Working with Server Roles
228
Mount the Database
The last step before being able to export mail is to mount the database:
Mount-Database -Identity ???mb100\RSG\mailbox database???
Restore Mail
There are several methods to restore mail to users with the restore-Mailbox cmdlet:
Restore-Mailbox -Identity < MailboxIdParameter > -RSGDatabase
< DatabaseIdParameter > [-AllContentKeywords < String[] > ]
[-AttachmentFilenames < String[] > ] [-BadItemLimit < Int32 > ]
[-ContentKeywords < String[] > ] [-EndDate < DateTime > ] [-ExcludeFolders
< MapiFolderPath[] > ] [-GlobalCatalog < Fqdn > ] [-IncludeFolders
< MapiFolderPath[] > ] [-Locale < CultureInfo > ] [-MaxThreads < Int32 > ]
[-ReportFile < LocalLongFullPath > ] [-StartDate < DateTime > ]
[-SubjectKeywords < String[] > ] [-ValidateOnly < SwitchParameter > ]
Restore-Mailbox -Identity < MailboxIdParameter > -RSGDatabase
< DatabaseIdParameter > -RSGMailbox < StoreMailboxIdParameter > -TargetFolder
< String > [-AllContentKeywords < String[] > ] [-AttachmentFilenames
< String[] > ] [-BadItemLimit < Int32 > ] [-ContentKeywords < String[] > ]
[-EndDate < DateTime > ] [-ExcludeFolders < MapiFolderPath[] > ] [-GlobalCatalog
< Fqdn > ] [-IncludeFolders < MapiFolderPath[] > ] [-Locale < CultureInfo > ]
[-MaxThreads < Int32 > ] [-ReportFile < LocalLongFullPath > ] [-StartDate
< DateTime > ] [-SubjectKeywords < String[] > ] [-ValidateOnly
< SwitchParameter > ]
Figure 8-5
Chapter 8: Confi guring the Mailbox Server Role
229
To recover a single mailbox and restore mail to the original location, specify the identity of a user mailbox
as the target.
Pages:
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335