Skip to content

Commit 7ed79e4

Browse files
authored
Update New-MailboxRestoreRequest.md
Added example 3 for restoring the content from an inactive, disconnected, or soft deleted mailbox to an active mailbox in Exchange Online.
1 parent 6f9253e commit 7ed79e4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,19 @@ 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 expected to be a MailboxGUID value of an inactive, disconnected, or soft deleted mailbox.
260+
261+
The TargetMailbox value is expected to be a MailboxGUID or email address of the active, target mailbox.
262+
263+
The AllowLegacyDNMismatch allows copying data from one mailbox to another in this scenario.
264+
252265
## PARAMETERS
253266

254267
### -CrossTenantRestore

0 commit comments

Comments
 (0)