Skip to content

Commit 6689f78

Browse files
authored
Merge pull request #8553 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 7f4e61c + 8531783 commit 6689f78

8 files changed

+1557
-34
lines changed

exchange/exchange-ps/exchange/Enable-Mailbox.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,17 @@ Accept wildcard characters: False
661661
```
662662

663663
### -ArchiveName
664-
The ArchiveName parameter specifies the name of the archive mailbox. This is the name displayed to users in Outlook and Outlook Web App.
664+
The ArchiveName parameter specifies the name of the archive mailbox. This is the name displayed to users in Outlook on the web (formerly known as Outlook Web App). If the value contains spaces, enclose the value in quotation marks (").
665665

666-
If you don't use this parameter, the default value is `In-Place Archive - <Mailbox User's Display Name>`.
666+
In on-premises Exchange, if you don't use this parameter, the following default values are used based on the version of Exchange:
667+
668+
- Exchange 2016 or later: `In-Place Archive -<Display Name>`
669+
- Exchange 2013: `In-Place Archive - <Display Name>`
670+
- Exchange 2010: `Personal Archive - <Display Name>`
671+
672+
In Exchange Online, if you don't use this parameter, the default value is `In-Place Archive -<Display Name>`.
673+
674+
In Outlook in Exchange Online, the value of this parameter is ignored. The name of the archive mailbox that's shown in the folder list is `Online Archive - <PrimarySMTPAddress>`.
667675

668676
```yaml
669677
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Enable-RemoteMailbox.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Accept wildcard characters: False
260260
```
261261

262262
### -Archive
263-
The Archive switch specifies whether to create an archive mailbox in the service in addition to the mailbox created in the service. You don't need to specify a value with this switch.
263+
The Archive switch creates an archive mailbox for an existing cloud-based user that already has a mailbox. You don't need to specify a value with this switch.
264264

265265
```yaml
266266
Type: SwitchParameter
@@ -276,7 +276,15 @@ Accept wildcard characters: False
276276
```
277277

278278
### -ArchiveName
279-
The ArchiveName parameter specifies the name of the archive mailbox. Use this parameter to change the name of the archive.
279+
The ArchiveName parameter specifies the name of the archive mailbox. This is the name displayed to users in Outlook on the web (formerly known as Outlook Web App). If the value contains spaces, enclose the value in quotation marks (").
280+
281+
If you don't use this parameter, the following default values are used based on the version of Exchange:
282+
283+
- Exchange 2016 or later: `In-Place Archive -<Display Name>`
284+
- Exchange 2013: `In-Place Archive - <Display Name>`
285+
- Exchange 2010: `Personal Archive - <Display Name>`
286+
287+
In Outlook, the value of this parameter is ignored. The name of the archive mailbox that's shown in the folder list is `Online Archive - <PrimarySMTPAddress>`.
280288

281289
```yaml
282290
Type: MultiValuedProperty

0 commit comments

Comments
 (0)