Skip to content

Commit 992398d

Browse files
authored
Merge pull request #10762 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents bbe18f8 + 54c5324 commit 992398d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

exchange/exchange-ps/exchange/New-MalwareFilterPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This example creates a new malware filter policy named Contoso Malware Filter Po
7272
## PARAMETERS
7373

7474
### -Name
75-
The Name parameter specifies the unique name of malware filter policy. If the value contains spaces, enclose the value in quotation marks (").
75+
The Name parameter specifies the unique name of the malware filter policy. If the value contains spaces, enclose the value in quotation marks (").
7676

7777
```yaml
7878
Type: String

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)