Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,17 @@ New-MailboxRestoreRequest -SourceDatabase "MBD01" -SourceStoreMailbox "Tony Smit

In on-premises Exchange, this example restores the content of the source mailbox with the DisplayName of Tony Smith on mailbox database MBD01 to the archive mailbox for [email protected].

### Example 3
```powershell
New-MailboxRestoreRequest -SourceMailbox 33948c06-c453-48be-bdb9-08eacd466f81 -TargetMailbox [email protected] -AllowLegacyDNMismatch
```

In Exchange Online, this example restores the content of the inactive, disconnected, or soft deleted source mailbox to the active mailbox for [email protected]:

- The SourceMailbox value is the MailboxGUID value of an inactive, disconnected, or soft deleted mailbox.
- The TargetMailbox value is the MailboxGUID or email address of the active target mailbox.
- AllowLegacyDNMismatch allows copying data from one mailbox to another in this scenario.

## PARAMETERS

### -CrossTenantRestore
Expand Down