Skip to content

Commit 54c5324

Browse files
committed
Update Set-AtpPolicyForO365.md
BlockUrls updates
1 parent cbe662b commit 54c5324

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

exchange/exchange-ps/exchange/Set-AtpPolicyForO365.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,13 @@ Accept wildcard characters: False
9393
```
9494
9595
### -BlockUrls
96-
**Note**: The functionality of this parameter is being replaced by the \*-TenantAllowBlockListItems cmdlets. This parameter now only supports the removal of blocked URLs. Use the \*-TenantAllowBlockListItems cmdlets to add and remove blocked URLs.
96+
**Note**: The functionality of this parameter has been replaced block entries for URLs in the Tenant Allow/Block List using the \*-TenantAllowBlockListItems cmdlets. This parameter now supports only the removal of entries from the list.
9797
9898
The BlockUrls parameter specifies the URLs that are always blocked by Safe Links in email messages and Safe Links for Office 365 apps.
9999
100-
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
100+
To remove one or more values without affecting any existing entries, use the following syntax: `@{Remove="Value1","Value2"...}`.
101101

102-
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
103-
104-
For details about the entry syntax, see [Entry syntax for the "Block the following URLs" list](https://learn.microsoft.com/microsoft-365/security/office-365-security/safe-links-about#entry-syntax-for-the-block-the-following-urls-list).
102+
To remove all existing entries, use the value `$null`.
105103

106104
```yaml
107105
Type: MultiValuedProperty

0 commit comments

Comments
 (0)