Skip to content

Commit 3297c64

Browse files
committed
Merge branch 'main' into GetExOMulti-chrisda
2 parents 12338f1 + 4f59f33 commit 3297c64

7 files changed

+16
-12
lines changed

exchange/exchange-ps/exchange/New-AutoSensitivityLabelRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The AnyOfRecipientAddressContainsWords parameter specifies a condition for the a
168168
- Multiple words: `no_reply,urgent,...`
169169
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
170170

171-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
171+
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 600.
172172

173173
You can use this condition in auto-labeling policies that are scoped only to Exchange.
174174

@@ -359,7 +359,7 @@ The ExceptIfAnyOfRecipientAddressContainsWords parameter specifies an exception
359359
- Multiple words: `no_reply,urgent,...`
360360
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
361361

362-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
362+
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 600.
363363

364364
You can use this exception in auto-labeling policies that are scoped only to Exchange.
365365

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ The AnyOfRecipientAddressContainsWords parameter specifies a condition for the D
428428
- Multiple words: `no_reply,urgent,...`
429429
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
430430

431-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
431+
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 600.
432432

433433
You can use this condition in DLP policies that are scoped only to Exchange.
434434

@@ -979,7 +979,7 @@ The ExceptIfAnyOfRecipientAddressContainsWords parameter specifies an exception
979979
- Multiple words: `no_reply,urgent,...`
980980
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
981981

982-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
982+
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 600.
983983

984984
You can use this exception in DLP policies that are scoped only to Exchange.
985985

exchange/exchange-ps/exchange/New-TenantAllowBlockListSpoofItems.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121
## SYNTAX
2222

2323
```
24-
New-TenantAllowBlockListSpoofItems [-Identity] <HostedConnectionFilterPolicyIdParameter> -Action <String>
25-
-SendingInfrastructure <String> -SpoofedUser <String> -SpoofType <String>
24+
New-TenantAllowBlockListSpoofItems [-Identity] <HostedConnectionFilterPolicyIdParameter> -Action <String> -SendingInfrastructure <String> -SpoofedUser <String> -SpoofType <String>
2625
[-Confirm]
2726
[-WhatIf]
2827
[<CommonParameters>]

exchange/exchange-ps/exchange/Search-UnifiedAuditLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,11 @@ Accept wildcard characters: False
193193
```
194194

195195
### -ObjectIds
196-
The ObjectIds parameter filters the log entries by object ID. The object ID is the target object that was acted upon, and depends on the RecordType and Operations values of the event. For example, for SharePoint operations, the object ID is the URL path to a file, folder, or site. For Azure Active Directory operations, the object ID is the account name or GUID value of the account.
196+
The ObjectIds parameter filters the log entries by object ID. The object ID is the target object that was acted upon, and depends on the RecordType and Operations values of the event.
197+
198+
For example, for SharePoint operations, the object ID is the URL path to a file, folder, or site. To search logs in a site, add a wildcard (\*) in front of the site URL (for example, `"https://contoso.sharepoint.com/sites/test/*"`).
199+
200+
For Azure Active Directory operations, the object ID is the account name or GUID value of the account.
197201

198202
The ObjectId value appears in the AuditData (also known as Details) property of the event.
199203

exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The AnyOfRecipientAddressContainsWords parameter specifies a condition for the a
151151
- Multiple words: `no_reply,urgent,...`
152152
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
153153

154-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
154+
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 600.
155155

156156
You can use this condition in auto-labeling policies that are scoped only to Exchange.
157157

@@ -342,7 +342,7 @@ The ExceptIfAnyOfRecipientAddressContainsWords parameter specifies an exception
342342
- Multiple words: `no_reply,urgent,...`
343343
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
344344

345-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
345+
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 600.
346346

347347
You can use this exception in auto-labeling policies that are scoped only to Exchange.
348348

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ The AnyOfRecipientAddressContainsWords parameter specifies a condition for the D
362362
- Multiple words: `no_reply,urgent,...`
363363
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
364364

365-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
365+
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 600.
366366

367367
You can use this condition in DLP policies that are scoped only to Exchange.
368368

@@ -911,7 +911,7 @@ The ExceptIfAnyOfRecipientAddressContainsWords parameter specifies an exception
911911
- Multiple words: `no_reply,urgent,...`
912912
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
913913

914-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
914+
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 600.
915915

916916
You can use this exception in DLP policies that are scoped only to Exchange.
917917

exchange/exchange-ps/exchange/Update-VivaModuleFeaturePolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ For information about the parameter sets in the Syntax section below, see [Excha
2727
Update-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String> -PolicyId <String>
2828
[-Confirm]
2929
[-IsFeatureEnabled <Boolean>]
30-
[-GroupIds <String[]>] [-UserIds <String[]>]
30+
[-GroupIds <String[]>]
3131
[-Everyone <Boolean>]
3232
[-Name <String>]
3333
[-ResultSize <Unlimited>]
34+
[-UserIds <String[]>]
3435
[-WhatIf]
3536
[<CommonParameters>]
3637
```

0 commit comments

Comments
 (0)