Skip to content

Commit 96e1e11

Browse files
authored
Merge pull request #12336 from jprknight/patch-3
Update New-MailboxRestoreRequest.md
2 parents 6f9253e + 7e000fa commit 96e1e11

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

exchange/exchange-ps/exchange/New-MailboxRestoreRequest.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,17 @@ New-MailboxRestoreRequest -SourceDatabase "MBD01" -SourceStoreMailbox "Tony Smit
249249

250250
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 Tony@contoso.com.
251251

252+
### Example 3
253+
```powershell
254+
New-MailboxRestoreRequest -SourceMailbox 33948c06-c453-48be-bdb9-08eacd466f81 -TargetMailbox Tony@contoso.com -AllowLegacyDNMismatch
255+
```
256+
257+
In Exchange Online, this example restores the content of the inactive, disconnected, or soft deleted source mailbox to the active mailbox for Tony@contoso.com:
258+
259+
- The SourceMailbox value is the MailboxGUID value of an inactive, disconnected, or soft deleted mailbox.
260+
- The TargetMailbox value is the MailboxGUID or email address of the active target mailbox.
261+
- AllowLegacyDNMismatch allows copying data from one mailbox to another in this scenario.
262+
252263
## PARAMETERS
253264

254265
### -CrossTenantRestore

0 commit comments

Comments
 (0)