I would like to restore one user mailbox into my account from recovery database. I have created recovery database -rdb and restore particular database in rdb.
I run get-mailboxstatistic -database rdb to check whether the mailboxes are their in restore-rdb database. It was showing all users mailbox. I want to restore antony's mailbox from RDB database into jack's mailbox in the Restore folder.
When I run the following command:
C:\Windows\system32>RESTORE-MAILBOX -Identity jack -RecoveryDatabase RDB -RecoveryMailbox tony -TargetFolder restore
I'm getting the following error message:
Mailbox "antony" doesn't exist on database "RDB".
+ CategoryInfo : NotSpecified: (0:Int32) [Restore-Mailbox], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : F3FCE6D3,Microsoft.Exchange.Management.RecipientTasks.RestoreMailbox
While antony's mailbox is showing in rdb database.
Kindly advise.