Skip to content

Commit 2071819

Browse files
committed
Update Enable-Mailbox.md
Issue #5671
1 parent 9221141 commit 2071819

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This cmdlet is available in on-premises Exchange and in the cloud-based service.
1717

1818
Use the Enable-Mailbox cmdlet to create mailboxes for existing users who don't already have mailboxes. You can also use this cmdlet to create In-Place archives for existing mailboxes.
1919

20-
Note: In Exchange Online, this cmdlet doesn't activate/enable a mailbox the same way it does in on-premises Exchange. To add a mailbox for an existing Azure AD account, you can simply add a license to the account by using the Set-MsolUserLicense cmdlet.
20+
**Note**: In Exchange Online, you use this cmdlet to add archive mailboxes for existing users and to enable auto-expanding archives. To add a mailbox for an existing Azure AD account, you need to add a license to the account as described in [Assign licenses to user accounts](https://docs.microsoft.com/office365/enterprise/powershell/assign-licenses-to-user-accounts-with-office-365-powershell).
2121

2222
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-server/exchange-cmdlet-syntax).
2323

@@ -347,6 +347,8 @@ Accept wildcard characters: False
347347
```
348348
349349
### -Discovery
350+
This parameter is available only in on-premises Exchange.
351+
350352
The Discovery switch is required to mailbox-enable Discovery mailboxes. You don't need to specify a value with this switch.
351353
352354
Discovery mailboxes are created as target mailboxes for Discovery searches. After being created or enabled, a Discovery mailbox can't be converted to another type of mailbox. For more information, see [In-Place eDiscovery in Exchange Server](https://docs.microsoft.com/Exchange/policy-and-compliance/ediscovery/ediscovery).
@@ -355,7 +357,7 @@ Discovery mailboxes are created as target mailboxes for Discovery searches. Afte
355357
Type: SwitchParameter
356358
Parameter Sets: Discovery
357359
Aliases:
358-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
360+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
359361

360362
Required: True
361363
Position: Named
@@ -637,13 +639,15 @@ Accept wildcard characters: False
637639
```
638640
639641
### -ArchiveGuid
642+
This parameter is available only in on-premises Exchange.
643+
640644
This parameter is reserved for internal Microsoft use.
641645
642646
```yaml
643647
Type: Guid
644648
Parameter Sets: Archive
645649
Aliases:
646-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
650+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
647651

648652
Required: False
649653
Position: Named
@@ -759,6 +763,8 @@ Accept wildcard characters: False
759763
```
760764
761765
### -DisplayName
766+
This parameter is available only in on-premises Exchange.
767+
762768
The DisplayName parameter specifies the display name of the mailbox. The display name is visible in the Exchange admin center and in address lists. The maximum length is 256 characters. If the value contains spaces, enclose the value in quotation marks (").
763769
764770
If you don't use DisplayName parameter, the value of the Name property is used for the display name.
@@ -767,7 +773,7 @@ If you don't use DisplayName parameter, the value of the Name property is used f
767773
Type: String
768774
Parameter Sets: Arbitration, RemoteArchive, Discovery, Equipment, LinkedRoomMailbox, Linked, PublicFolder, Room, Shared, User, Archive, AuditLog
769775
Aliases:
770-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
776+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
771777

772778
Required: False
773779
Position: Named
@@ -957,7 +963,7 @@ Accept wildcard characters: False
957963
```
958964

959965
### -RoleAssignmentPolicy
960-
The RoleAssignmentPolicy parameter specifies the management role assignment policy that's assign to the mailbox. You can use any value that uniquely identifies the policy. For example:
966+
The RoleAssignmentPolicy parameter specifies the management role assignment policy that's assigned to the mailbox. You can use any value that uniquely identifies the policy. For example:
961967

962968
- Name
963969

0 commit comments

Comments
 (0)