This is the command to export the content from Tim's mailbox to a folder name "Tim" in Tom's mailbox: ```powershell Export-Mailbox -Identity <[email protected]> -TargetMailbox <[email protected]> -TargetFolder tim ```