Recover a mailbox from the Recovery Storage Group to a temp mailbox
Cmd line to recover a mailbox from the Recovery Storage Group to a temp mailbox
Restore-Mailbox -BadItemLimit 500 -Identity "TempRestore" -RSGDatabase "Server\Recovery Storage Group\My Database" -RSGMailbox "mailboxToRecover" -TargetFolder "Recovered Content"
The temp restore is the temp mailbox and the RSGMailbox it the one you want to restore.


Comments