Skip to content

Commit ceb7587

Browse files
committed
updated descriptions for mailbox and optionalinmailbox parameters
updated set-retentionpolicytag and get-retentionpolicytag parameters
1 parent 8bbacb5 commit ceb7587

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-retention/Get-RetentionPolicyTag.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ Accept wildcard characters: False
129129
```
130130
131131
### -Mailbox
132-
The Mailbox parameter isn't available in this release.
132+
The Mailbox parameter specifies a mailbox to return the retention tags that are assigned to the retention policy that's applied to the specified mailbox. You can use any value that uniquely identifies the mailbox.
133+
134+
This parameter only returns default policy tags (DPT) and personal tags; it doesn't return retention policy tags (DPT).
133135
134136
```yaml
135137
Type: MailboxIdParameter
@@ -144,7 +146,9 @@ Accept wildcard characters: False
144146
```
145147
146148
### -OptionalInMailbox
147-
The OptionalInMailbox parameter isn't available in this release.
149+
The OptionalInMailbox parameter is used with the Mailbox parameter to return any opt-in retention tags that are assigned to the specified mailbox. You don't need to specify a value with this switch.
150+
151+
An opt-in retention tag is a personal tag that was explicitly assigned to the mailbox with the Set-RetentionPolicyTag -Mailbox -OptionalInMailbox command.
148152
149153
```yaml
150154
Type: SwitchParameter

exchange/exchange-ps/exchange/policy-and-compliance-retention/Set-RetentionPolicyTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Accept wildcard characters: False
385385
```
386386
387387
### -OptionalInMailbox
388-
The OptionalInMailbox parameter is used with the Mailbox parameter to specify opt-in retention tags available to the mailbox.
388+
The OptionalInMailbox parameter is used with the Mailbox parameter to assign personal tags to the mailbox. You can use this parameter to make available to a user a personal tag that isn't assigned to the retention policy applied to the specified mailbox. You can specify multiple personal tags separated by commas.
389389
390390
```yaml
391391
Type: RetentionPolicyTagIdParameter[]

0 commit comments

Comments
 (0)