-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12336 from jprknight/patch-3
Update New-MailboxRestoreRequest.md
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|