Skip to content

Commit 7e000fa

Browse files
authored
Update New-MailboxRestoreRequest.md
1 parent 7ed79e4 commit 7e000fa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,11 @@ In on-premises Exchange, this example restores the content of the source mailbox
254254
New-MailboxRestoreRequest -SourceMailbox 33948c06-c453-48be-bdb9-08eacd466f81 -TargetMailbox Tony@contoso.com -AllowLegacyDNMismatch
255255
```
256256

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
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:
258258

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.
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.
264262

265263
## PARAMETERS
266264

0 commit comments

Comments
 (0)