Skip to content

Commit 8c97333

Browse files
authored
Merge pull request MicrosoftDocs#7462 from dariomws/patch-237
Fixed typo in example 1 (New-MailboxRestoreRequest.md)
2 parents b52e537 + 4fba977 commit 8c97333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
223223
### Example 1
224224
```powershell
225225
Get-Mailbox -SoftDeletedMailbox "User Name" | Format-List ExchangeGUID
226-
New-MailboxRestoreRequest -SourceMailbox "ExchangeGUID" -TargetMailbox "User Name" -AllLegacyDNMismatch
226+
New-MailboxRestoreRequest -SourceMailbox "ExchangeGUID" -TargetMailbox "User Name" -AllowLegacyDNMismatch
227227
```
228228

229229
In Exchange Online, this example uses the Get-Mailbox cmdlet to find the ExchangeGUID value of the mailbox, which is required to restore the mailbox contents.

0 commit comments

Comments
 (0)