Skip to content

Commit

Permalink
Merge pull request #12336 from jprknight/patch-3
Browse files Browse the repository at this point in the history
Update New-MailboxRestoreRequest.md
  • Loading branch information
chrisda authored Nov 4, 2024
2 parents 6f9253e + 7e000fa commit 96e1e11
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit 96e1e11

Please sign in to comment.