Skip to content

Commit 4853622

Browse files
committed
Added entry limits
Per Issue #10374
1 parent bbf1906 commit 4853622

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

exchange/exchange-ps/exchange/New-TenantAllowBlockListItems.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The Entries parameter specifies the values that you want to add to the Tenant Al
8181

8282
To enter multiple values, use the following syntax: `"Value1","Value2",..."ValueN"`.
8383

84+
For senders, files, and URLs the maximum number of allow entries for each type is 500, and the maximum number of block entries for each type is 500 (1000 entries total for each type).
85+
86+
The maximum number of characters in a file entry is 64 and the maximum number of characters in a URL entry is 250.
87+
8488
You can't mix value types (file, sender, or URL) or allow and block actions in the same command.
8589

8690
In most cases, you can't modify the URL, file, or sender values after you create the entry. The only exception is allow URL entries for phishing simulations (ListType = URL, ListSubType = AdvancedDelivery).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ The SpoofedUser parameter specifies the email address or domain for the spoofed
8686
- For domains outside your organization (cross-org), use the domain of the email address that appears in the From field of the message.
8787
- For domains inside your organization (intra-org), use the full email address that appears in the From field of the message.
8888
89+
For spoofed senders, the maximum number of entries is 1024.
90+
8991
```yaml
9092
Type: String
9193
Parameter Sets: (All)

0 commit comments

Comments
 (0)