Skip to content

Commit 10599af

Browse files
committed
Clarification of Entries
1 parent 7403c64 commit 10599af

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ The Entries parameter specifies the URL or files that you want to add to the Ten
8585

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

88-
You can't mix URL and file values or allow and block actions in the same command. You can't modify existing URL or file values after you create the entry (there's no Entries parameter on the Set-TenantAllowBlockListItems cmdlet).
88+
You can't mix URL and file values or allow and block actions in the same command.
89+
90+
You can't modify the URL or file values after you create the entry.
8991

9092
```yaml
9193
Type: String[]

exchange/exchange-ps/exchange/Remove-TenantAllowBlockListItems.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ This example removes the URL allow entry for the specified third-party phishing
6363
## PARAMETERS
6464

6565
### -Entries
66-
The Entries parameter specifies the URL or files that you want to remove from the Tenant Allow/Block List based on the value of the ListType parameter:
66+
The Entries parameter specifies the entries that you want to remove based on the ListType parameter value. Valid values are:
6767

68-
- URLs: 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://docs.microsoft.com/microsoft-365/security/office-365-security/tenant-allow-block-list#url-syntax-for-the-tenant-allowedblocked-list).
69-
- Files: 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`.
68+
- Url: The exact URL entry value.
69+
- File: The exact SHA256 file hash value.
7070

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

@@ -92,7 +92,7 @@ The Ids parameter specifies the entry that you want to modify. To find this valu
9292
9393
An example value for this parameter is `RgAAAAAI8gSyI_NmQqzeh-HXJBywBwCqfQNJY8hBTbdlKFkv6BcUAAAl_QCZAACqfQNJY8hBTbdlKFkv6BcUAAAl_oSPAAAA0`.
9494

95-
You can specify multiple values separated by commas.
95+
To enter multiple values, use the following syntax: `"Value1","Value2",..."ValueN"`.
9696

9797
You can't use this parameter with the Entries parameter.
9898

exchange/exchange-ps/exchange/Set-TenantAllowBlockListItems.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@ This example changes the expiration date of the URL allow entry for the specifie
7373
## PARAMETERS
7474

7575
### -Entries
76-
The Entries parameter specifies the URL or files that you want to modify in the Tenant Allow/Block List based on the value of the ListType parameter:
7776

78-
- URLs: 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://docs.microsoft.com/microsoft-365/security/office-365-security/tenant-allow-block-list#url-syntax-for-the-tenant-allowedblocked-list).
79-
- Files: 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`.
77+
The Entries parameter specifies the entries that you want to modify based on the ListType parameter value. Valid values are:
78+
79+
- Url: The exact URL entry value.
80+
- File: The exact SHA256 file hash value.
8081

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

@@ -101,7 +102,7 @@ The Ids parameter specifies the entry that you want to modify. To find this valu
101102
102103
An example value for this parameter is `RgAAAAAI8gSyI_NmQqzeh-HXJBywBwCqfQNJY8hBTbdlKFkv6BcUAAAl_QCZAACqfQNJY8hBTbdlKFkv6BcUAAAl_oSPAAAA0`.
103104

104-
You can specify multiple values separated by commas.
105+
To enter multiple values, use the following syntax: `"Value1","Value2",..."ValueN"`.
105106

106107
You can't use this parameter with the Entries parameter.
107108

0 commit comments

Comments
 (0)