Skip to content

Commit 3f3f1c9

Browse files
authored
Update Set-Mailbox.md
1 parent 83fba6c commit 3f3f1c9

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter>
101101
[-ForwardingSmtpAddress <ProxyAddress>]
102102
[-GMGen <$true | $false>]
103103
[-GrantSendOnBehalfTo <MultiValuedProperty>]
104+
[-GroupMailbox <MailboxIdParameter>]
104105
[-HiddenFromAddressListsEnabled <$true | $false>]
105106
[-IgnoreDefaultScope]
106107
[-ImListMigrationCompleted <$true | $false>]
@@ -381,6 +382,7 @@ Set-Mailbox [-Identity] <MailboxIdParameter> [-RemoveDelayHoldApplied]
381382
[-ForwardingAddress <RecipientIdParameter>]
382383
[-ForwardingSmtpAddress <ProxyAddress>]
383384
[-GrantSendOnBehalfTo <MultiValuedProperty>]
385+
[-GroupMailbox <MailboxIdParameter>]
384386
[-HiddenFromAddressListsEnabled <$true | $false>]
385387
[-ImListMigrationCompleted <$true | $false>]
386388
[-ImmutableId <String>]
@@ -2884,7 +2886,10 @@ Accept wildcard characters: False
28842886
28852887
### -GroupMailbox
28862888
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:
2889+
2890+
The GroupMailbox switch is required to modify Group Mailboxes in Exchange Online. You don't need to specify a value with this switch.
2891+
2892+
You can use any value that uniquely identifies the Group Mailbox. For example:
28882893
28892894
- Name
28902895
@@ -2906,9 +2911,9 @@ The GroupMailbox switch is required to modify Group Mailboxes in Exchange Online
29062911
29072912
- User ID or user principal name (UPN)
29082913
2909-
```Telaws
2914+
```yaml
29102915
Type: MailboxIdParameter
2911-
Parameter Sets: Identity
2916+
Parameter Sets: Identity, RemoveDelayHoldApplied
29122917
Aliases:
29132918
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
29142919
Required: False
@@ -4303,7 +4308,7 @@ The RemoveDelayHoldApplied switch specifies whether to remove delay holds from t
43034308

43044309
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.
43054310

4306-
The RemoveDelayHoldApplied switch can also be used with the GroupMailbox switch in order to remove delay holds from group mailboxes.
4311+
You can use this switch with the GroupMailbox switch to remove delay holds from group mailboxes.
43074312

43084313
```yaml
43094314
Type: SwitchParameter

0 commit comments

Comments
 (0)