Skip to content

Commit 3a4e403

Browse files
committed
Updates to New-MailboxRestoreRequest
Per Issue #1731.
1 parent 64d7e79 commit 3a4e403

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

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

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,9 @@ Accept wildcard characters: False
141141
### -SourceStoreMailbox
142142
This parameter is available only in on-premises Exchange.
143143
144-
The SourceStoreMailbox parameter specifies the identity of the mailbox from which you want to restore content. This parameter accepts the following values:
144+
The SourceStoreMailbox parameter specifies the MailboxGUID of the source mailbox that you want to restore content from.
145145
146-
- MailboxGUID
147-
148-
- LegacyExchangeDN
149-
150-
- DisplayName
151-
152-
You can find this information by running the Get-MailboxStatistics cmdlet.
146+
You can find the MailboxGUID by running the Get-MailboxStatistics cmdlet.
153147
154148
```yaml
155149
Type: StoreMailboxIdParameter
@@ -164,17 +158,9 @@ Accept wildcard characters: False
164158
```
165159
166160
### -TargetMailbox
167-
The TargetMailbox parameter specifies the identity of the mailbox or mail user to which you want to restore content. The target mailbox or mail user needs to exist before you can run this command successfully. This parameter accepts the following values:
168-
169-
- GUID
170-
171-
- Alias
172-
173-
- LegacyExchangeDN
174-
175-
- Domain\\Account Name
161+
The TargetMailbox parameter specifies the GUID of the target mailbox or mail user where you want to restore content to. The target mailbox or mail user needs to exist before you can run this command successfully.
176162
177-
- SMTP address
163+
You can find the GUID value for the mailbox or mail user by running the Get-Mailbox or Get-MailUser cmdlets.
178164
179165
```yaml
180166
Type: MailboxOrMailUserIdParameter

0 commit comments

Comments
 (0)