Skip to content

Commit e221e26

Browse files
authored
Fix typos and formatting in documentation
1 parent 406a80a commit e221e26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

defender-office-365/tenant-allow-block-list-urls-configure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Back on the **URLs** tab, the entry is listed.
125125
In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell), use the following syntax:
126126

127127
```powershell
128-
New-TenantAllowBlockListItems -ListType Url -Allow -Entries "Value1","Value2",..."ValueN" <-RemoveAfter 45> [-Notes <String>]
128+
New-TenantAllowBlockListItems -ListType Url -Allow -Entries "Value1","Value2",..."ValueN" [-RemoveAfter 45] [-Notes <String>]
129129
```
130130

131131
This example adds an allow entry for the URL abc.contoso.com and all email addresses (for example, [email protected]). Because we didn't use the ExpirationDate or RemoverAfter parameters, the entry expires after 45 days from last used date.
@@ -152,7 +152,7 @@ To create block entries for URLs, use either of the following methods:
152152

153153
2. On the **Tenant Allow/Block List** page, select the **URLs** tab.
154154

155-
3. On the **URLs** tab, select :::image type="icon" source="media/m365-cc-sc-create-icon.png" border="false"::: **Add** and than select **Block**.
155+
3. On the **URLs** tab, select :::image type="icon" source="media/m365-cc-sc-create-icon.png" border="false"::: **Add**, and then select **Block**.
156156

157157
4. In the **Block URLs** flyout that opens, configure the following settings:
158158

@@ -198,9 +198,9 @@ On the **URLs** tab, you can sort the entries by clicking on an available column
198198
- **Value**: The URL.
199199
- **Action**: The available values are **Allow** or **Block**.
200200
- **Override verdicts**: The available values are:
201-
- **Upto malware**" for block entries
202-
- **Upto regular confidence phishing**: for allow entries created directly from Tenant Allow/Block List
203-
- **Upto malware**: for allow entries created via submissions.
201+
- **Up to malware** for block entries.
202+
- **Up to regular confidence phishing** for allow entries created directly from Tenant Allow/Block List.
203+
- **Up to malware** for allow entries created via submissions.
204204
- **Modified by**
205205
- **Last updated**
206206
- **Last used date**: The date the entry was last used in the filtering system to override the verdict.

0 commit comments

Comments
 (0)