You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Get-TenantAllowBlockListItems.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ The Entry parameter filters the results based on the ListType parameter value. V
97
97
- FileHash: The exact SHA256 file hash value.
98
98
- Sender: The exact domain or email address value.
99
99
- Url: The exact URL value.
100
-
- IP: There is only support for IPv6 addresses only. You can add single IPv6 address in the form of Colon-Hexadecimal or Zero-compression Notation. CIDR IPv6 is supported (range from 1-128 is supported)
100
+
- IP: IPv6 addresses only. Single IPv6 addresses in colon-hexadecimal or zero-compression format or CIDR IPv6 ranges from 1 to 128.
101
101
102
102
This value is shown in the Value property of the entry in the output of the Get-TenantAllowBlockListItems cmdlet.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-TenantAllowBlockListItems.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -82,20 +82,27 @@ The Entries parameter specifies the values that you want to add to the Tenant Al
82
82
- FileHash: Use the SHA256 hash value of the file. In Windows, you can find the SHA256 hash value by running the following command in a Command Prompt: `certutil.exe -hashfile "<Path>\<Filename>" SHA256`. An example value is `768a813668695ef2483b2bde7cf5d1b2db0423a0d3e63e498f3ab6f2eb13ea3`.
83
83
- Sender: A domain or email address value. For example, `contoso.com` or `michelle@contoso.com`.
84
84
- URL: Use IPv4 or IPv6 addresses or hostnames. Wildcards (* and ~) are supported in hostnames. Protocols, TCP/UDP ports, or user credentials are not supported. For details, see [URL syntax for the Tenant Allow/Block List](https://learn.microsoft.com/defender-office-365/tenant-allow-block-list-urls-configure#url-syntax-for-the-tenant-allowblock-list).
85
-
- IP: There is only support for IPv6 addresses only. You can add single IPv6 address in the form of Colon-Hexadecimal or Zero-compression Notation. CIDR IPv6 is supported (range from 1-128 is supported)
85
+
- IP: IPv6 addresses only:
86
+
87
+
• Single IPv6 addresses in colon-hexadecimal format (for example, 2001:0db8:85a3:0000:0000:8a2e:0370:7334).
88
+
89
+
• Single IPv6 addresses in zero-compression format (for example, 2001:db8::1 for 2001:0db8:0000:0000:0000:0000:0000:0001).
90
+
91
+
• CIDR IPv6 ranges from 1 to 128 (for example, 2001:0db8::/32).
86
92
87
93
To enter multiple values, use the following syntax: `"Value1","Value2",..."ValueN"`.
88
94
89
-
- Entry limits:
90
-
-**Exchange Online Protection**: The maximum number of allow entries is 500, and the maximum number of block entries is 500 for each list subtype (sender, URL, file or IP address).
91
-
-**Defender for Office 365 Plan 1**: The maximum number of allow entries is 1000, and the maximum number of block entries is 1000 for each list subtype (sender, URL, file or IP address).
92
-
-**Defender for Office 365 Plan 2**: The maximum number of allow entries is 5000, and the maximum number of block entries is 10000 for each list subtype (sender, URL, file or IP address).
95
+
Entry limits for each list subtype (sender, URL, file, or IP address):
96
+
97
+
-**Exchange Online Protection**: The maximum number of allow entries is 500, and the maximum number of block entries is 500.
98
+
-**Defender for Office 365 Plan 1**: The maximum number of allow entries is 1000, and the maximum number of block entries is 1000.
99
+
-**Defender for Office 365 Plan 2**: The maximum number of allow entries is 5000, and the maximum number of block entries is 10000.
93
100
94
101
The maximum number of characters in a file entry is 64 and the maximum number of characters in a URL entry is 250.
95
102
96
-
You can't mix value types (file, sender, IP address or URL) or allow and block actions in the same command.
103
+
You can't mix value types (sender, URL, file, or IP address) or allow and block actions in the same command.
97
104
98
-
In most cases, you can't modify the IP address, URL, file, or sender values after you create the entry. The only exception is allow URL entries for phishing simulations (ListType = URL, ListSubType = AdvancedDelivery).
105
+
In most cases, you can't modify the sender, URL, file, or IP address values after you create the entry. The only exception is URL allow entries for phishing simulations (ListType = URL, ListSubType = AdvancedDelivery).
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Remove-TenantAllowBlockListItems.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,11 @@ The Entries parameter specifies the entries that you want to remove based on the
63
63
- FileHash: The exact SHA256 file hash value.
64
64
- Sender domains and email addresses: The exact domain or email address value.
65
65
- Url: The exact URL value.
66
-
- IP: There is only support for IPv6 addresses only. You can add single IPv6 address in the form of Colon-Hexadecimal or Zero-compression Notation. CIDR IPv6 is supported (range from 1-128 is supported)
66
+
- IP: IPv6 addresses only. Single IPv6 addresses in colon-hexadecimal or zero-compression format or CIDR IPv6 ranges from 1 to 128.
67
67
68
68
This value is shown in the Value property of the entry in the output of the Get-TenantAllowBlockListItems cmdlet.
69
69
70
-
You can't mix value types (IP address, file, sender, or URL) or allow and block actions in the same command.
70
+
You can't mix value types (sender, URL, file, or IP address) or allow and block actions in the same command.
71
71
72
72
You can't use this parameter with the Ids parameter.
In most cases, you can't modify the IP address, URL, file, or sender values of an existing entry. The only exception is allow URL entries for phishing simulations (Action = Allow, ListType = URL, and ListSubType = AdvancedDelivery). For more information about allowing URLs for phishing simulations, see [Configure the advanced delivery policy for third-party phishing simulations and email delivery to SecOps mailboxes](https://learn.microsoft.com/defender-office-365/advanced-delivery-policy-configure).
52
+
In most cases, you can't modify the sender, URL, file, or IP address values after you create the entry. The only exception is URL allow entries for phishing simulations (ListType = URL, ListSubType = AdvancedDelivery). For more information about allowing URLs for phishing simulations, see [Configure the advanced delivery policy for third-party phishing simulations and email delivery to SecOps mailboxes](https://learn.microsoft.com/defender-office-365/advanced-delivery-policy-configure).
53
53
54
54
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
55
55
@@ -77,7 +77,7 @@ The Entries parameter specifies the entries that you want to modify based on the
77
77
- FileHash: The exact SHA256 file hash value.
78
78
- Sender domains and email addresses: The exact domain or email address value.
79
79
- Url: The exact URL value.
80
-
-IP: There is only support for IPv6 addresses only. You can add single IPv6 address in the form of Colon-Hexadecimal or Zero-compression Notation. CIDR IPv6 is supported (range from 1-128 is supported)
80
+
- IP: IPv6 addresses only. Single IPv6 addresses in colon-hexadecimal or zero-compression format or CIDR IPv6 ranges from 1 to 128.
81
81
82
82
This value is shown in the Value property of the entry in the output of the Get-TenantAllowBlockListItems cmdlet.
0 commit comments