Skip to content

Commit 8531783

Browse files
committed
ArchiveName param updates
Per Issue #8552
1 parent 6e33a3a commit 8531783

File tree

4 files changed

+39
-7
lines changed

4 files changed

+39
-7
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

exchange/exchange-ps/exchange/Set-Mailbox.md

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

15121512
### -ArchiveName
1513-
The ArchiveName parameter specifies the name of the archive mailbox. This is the name displayed to users in Outlook and Outlook Web App.
1513+
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 (").
15141514

1515-
If you don't use this parameter, the default value is `In-Place Archive - <Mailbox User's Display Name>`.
1515+
In on-premises Exchange, the following default values are used based on the version of Exchange:
1516+
1517+
- Exchange 2016 or later: `In-Place Archive -<Display Name>`
1518+
- Exchange 2013: `In-Place Archive - <Display Name>`
1519+
- Exchange 2010: `Personal Archive - <Display Name>`
1520+
1521+
In Exchange Online, the default value is `In-Place Archive -<Display Name>`.
1522+
1523+
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>`.
15161524

15171525
```yaml
15181526
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-RemoteMailbox.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,15 @@ Accept wildcard characters: False
300300
```
301301

302302
### -ArchiveName
303-
The ArchiveName parameter specifies the name of the archive mailbox. Use this parameter to change the name of the archive.
303+
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 (").
304+
305+
The following default values are used based on the version of Exchange:
306+
307+
- Exchange 2016 or later: `In-Place Archive -<Display Name>`
308+
- Exchange 2013: `In-Place Archive - <Display Name>`
309+
- Exchange 2010: `Personal Archive - <Display Name>`
310+
311+
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>`.
304312

305313
```yaml
306314
Type: MultiValuedProperty

0 commit comments

Comments
 (0)