Good afternoon all
I am experiencing some unexpected (perhaps strange) behaviour after running a mailbox restoration from a recovery database. I run the following command to restore a subfolder of a user's Inbox (including sub-folders beneath that sub-folder) to my own mailbox as a test:
New-MailboxRestoreRequest -SourceDatabase RDB1 -SourceStoreMailbox "user display name here" -targetmailbox"my own display name" -TargetRootFolder Restore -IncludeFolders '#inbox#/FAQs/*' -ExcludeDumpster -AllowLegacyDNMismatch
This all works nicely and I get the correct folder's and mail restored, however what also happens is that emails start getting sent from my account (although I do not see them in my sent items, I can see that emails have been sent, appearing to have come from my email address when I run the command 'Get-MessageTrackingLog -Sender <"my email address here">') to what I can only presume are contacts in some way or another of the owner of mailbox I have just restored a portion of. Does anyone know why this could be happening? It was certainly not something I would expect to happen just by restoring a selection of folders from a mailbox belong to someone else to my own.
Any insight that could be provided to me would be greatly appreciated.
Thanks