Skip to content

Commit 83fba6c

Browse files
authored
Update Set-Mailbox
I recently checked in code that allows the ability to remove a delay hold applied from a group mailbox using parameters -GroupMailbox and -RemoveDelayHoldApplied: set-mailbox testgroupmailbox -GroupMailbox -RemoveDelayHoldApplied Prior to my change this was not possible for a Group Mailbox. Additionally, I don't see the documentation listing parameter -GroupMailbox. Please update the documentation to cover above scenario and parameters.
1 parent 5c39d59 commit 83fba6c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

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

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2882,6 +2882,42 @@ Accept pipeline input: False
28822882
Accept wildcard characters: False
28832883
```
28842884
2885+
### -GroupMailbox
2886+
This parameter is available only in the cloud-based service.
2887+
The GroupMailbox switch is required to modify Group Mailboxes in Exchange Online. You can use any value that uniquely identifies the group mailbox. For example:
2888+
2889+
- Name
2890+
2891+
- Alias
2892+
2893+
- Distinguished name (DN)
2894+
2895+
- Canonical DN
2896+
2897+
- \<domain name\>\\\<account name\>
2898+
2899+
- Email address
2900+
2901+
- GUID
2902+
2903+
- LegacyExchangeDN
2904+
2905+
- SamAccountName
2906+
2907+
- User ID or user principal name (UPN)
2908+
2909+
```Telaws
2910+
Type: MailboxIdParameter
2911+
Parameter Sets: Identity
2912+
Aliases:
2913+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2914+
Required: False
2915+
Position: Named
2916+
Default value: None
2917+
Accept pipeline input: False
2918+
Accept wildcard characters: False
2919+
```
2920+
28852921
### -HiddenFromAddressListsEnabled
28862922
The HiddenFromAddressListsEnabled parameter specifies whether this recipient is visible in address lists. Valid values are:
28872923
@@ -4267,6 +4303,8 @@ The RemoveDelayHoldApplied switch specifies whether to remove delay holds from t
42674303

42684304
The removal of a hold from a mailbox is temporarily delayed to prevent the accidental purge of content that's no longer affected by the hold. This temporary delay in the removal of the hold is known as a delay hold. To see the hold history on a mailbox, replace \<MailboxIdentity\> with the name, email address, or alias of the mailbox, and run this command: Export-MailboxDiagnosticLogs -Identity \<MailboxIdentity\> -ComponentName HoldTracking.
42694305

4306+
The RemoveDelayHoldApplied switch can also be used with the GroupMailbox switch in order to remove delay holds from group mailboxes.
4307+
42704308
```yaml
42714309
Type: SwitchParameter
42724310
Parameter Sets: RemoveDelayHoldApplied

0 commit comments

Comments
 (0)