The New-MailboxRestoreRequest cmdlet can be used to granularly control how data is restored out of a mailbox. The following parameters may be useful to customize the behavior of the restores:
- ConflictResolutionOption: This parameter specifies the action to take if multiple matching messages exist in the target mailbox. The possible values are KeepSourceItem, KeepLatestItem or KeepAll. If no value is specified, KeepSourceItem will be used by default.
- ExcludeDumpster: Use this switch parameter to indicate that the dumpster should not be included in the restore.
- SourceRootFolder: Use this parameter to restore data only from a root folder of a mailbox.
- TargetIsArchive: You can use this switch parameter ...