Skip to content

Commit 963d1e9

Browse files
committed
Redo of markjjo PR MicrosoftDocs#6139
1 parent aa0f5b2 commit 963d1e9

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

exchange/exchange-ps/exchange/New-CaseHoldPolicy.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,13 @@ The ExchangeLocation parameter specifies the mailboxes to include in the policy.
146146
147147
- A distribution group or mail-enabled security group (all mailboxes that are currently members of the group).
148148
149-
To specify a mailbox or distribution group, you can use any value that uniquely identifies it. For example:
149+
To specify a mailbox or distribution group, you can use the following values:
150150
151151
- Name
152152
153-
- Distinguished name (DN)
153+
- SMTP address
154154
155-
- Email address
156-
157-
- GUID
155+
- Azure AD ObjectId (You can use the [Get-AzureADUser](https://docs.microsoft.com/powershell/module/azuread/get-azureaduser?view=azureadps-2.0) cmdlet to obtain this value.)
158156
159157
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
160158

exchange/exchange-ps/exchange/New-RetentionComplianceRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ The ExcludedItemClasses parameter specifies the types of messages to exclude fro
234234
235235
- IPM.Note.Microsoft.Voicemail.UM.CA
236236
237+
Additionally, you can specify [message classes for Exchange items](https://docs.microsoft.com/office/vba/outlook/concepts/forms/item-types-and-message-classes) and custom or third-party message classes. Note that the values you specify aren't validated, so the parameter accepts any text value.
238+
237239
You can specify multiple item class values by using the syntax "Value1","Value2",..."ValueN".
238240
239241
```yaml

exchange/exchange-ps/exchange/Set-CaseHoldPolicy.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,13 @@ The AddExchangeLocation parameter specifies the mailboxes to add to the list of
112112
113113
- A distribution group or mail-enabled security group (all mailboxes that are currently members of the group).
114114
115-
To specify a mailbox or distribution group, you can use any value that uniquely identifies it. For example:
115+
To specify a mailbox or distribution group, you can use the following values:
116116
117117
- Name
118118
119-
- Distinguished name (DN)
119+
- SMTP address
120120
121-
- Email address
122-
123-
- GUID
121+
- Azure AD ObjectId (You can use the [Get-AzureADUser](https://docs.microsoft.com/powershell/module/azuread/get-azureaduser?view=azureadps-2.0) cmdlet to obtain this value.)
124122
125123
To enter multiple values, use the following syntax: \<value1\>,\<value2\>,...\<valueX\>. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueX\>".
126124

exchange/exchange-ps/exchange/Set-RetentionComplianceRule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ The ExcludedItemClasses parameter specifies the types of messages to exclude fro
223223
224224
- IPM.Note.Microsoft.Voicemail.UM.CA
225225
226+
Additionally, you can specify [message classes for Exchange items](https://docs.microsoft.com/office/vba/outlook/concepts/forms/item-types-and-message-classes) and custom or third-party message classes. Note that the values you specify aren't validated, so the parameter accepts any text value.
227+
226228
You can specify multiple item class values by using the syntax "Value1","Value2",..."ValueN".
227229
228230
```yaml

0 commit comments

Comments
 (0)