Exchange 2010 SP2, 2 MB server, 2 hub servers, 1 DAG server
first, i found the command below MUST be run on a mailbox server. not a DAG server, so
net-mailboxdatabase -recovery -name rdb09062013 -server MB01 -edbfilepath L:\restore09062013\MB-Users.db -logfolderpath L:\restore09062013\rdblogs
i ran "Backup, Archive and Restore" tool in MB01 server, selected my master server, source (DAG01), destination (MB01). policy type to MS-Exchange Server.
so selected the date range, then "Start Restore of Marked Files", use "Point-in-Time Recovery", "Commit after last backup set is restored". in the General tab, selected "Restore Everything to a different location", and the destination changed the name of the live database to the name of the restore database created: rdb09062013.
click "Start Restore". and waited. actually i have to abort this because the restore taking a lot of space on my hd so i have to find a bigger hd.
question now is, after the database has been restored i read that i have to use the ff command:
new-mailboxrestorerequest -sourcedatabase rdb09062013 -sourcestoremailbox "DisplayNameOfMailboxYouAreRestoring" -targetmailbox NameOfMailboxYouCreated -AllowLegacyDNMismtach
i'm confused about the parameters "-SourceStoreMailbox" and "-TargetMailbox" what to put there? will this command restore the deleted mailbox to my live database directly?