Skip to content

Commit 51486b0

Browse files
committed
Minor updates to TABL topics re: advanced delivery
1 parent 67c3c33 commit 51486b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ This example adds a file block entry for the specified files that never expires.
7070

7171
### Example 3
7272
```powershell
73-
New-TenantAllowBlockListItems -ListType Url -Allow -ListSubType AdvancedDelivery -Entries phishing.fabrikam.com -NoExpiration
73+
New-TenantAllowBlockListItems -ListType Url -Allow -ListSubType AdvancedDelivery -Entries *.fabrikam.com -NoExpiration
7474
```
7575

76-
This example adds a URL allow entry for the specified third-party phishing simulation URL. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery).
76+
This example adds a URL allow entry for the specified third-party phishing simulation URL with no expiration. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery).
7777

7878
## PARAMETERS
7979

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This example removes the specified URL entry from the Tenant Allow/Block List.
5555

5656
### Example 2
5757
```powershell
58-
Remove-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery -Entries phishing.fabrikam.com
58+
Remove-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery -Entries *.fabrikam.com
5959
```
6060

6161
This example removes the URL allow entry for the specified third-party phishing simulation URL. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This example changes the expiration date of the specified entry.
6565

6666
### Example 2
6767
```powershell
68-
Set-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery -Entries phishing.fabrikam.com -ExpirationDate 9/11/2021
68+
Set-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery -Entries *.fabrikam.com -ExpirationDate 9/11/2021
6969
```
7070

7171
This example changes the expiration date of the URL allow entry for the specified third-party phishing simulation URL. For more information, see [Configure the delivery of third-party phishing simulations to users and unfiltered messages to SecOps mailboxes](https://docs.microsoft.com/microsoft-365/security/office-365-security/configure-advanced-delivery).

0 commit comments

Comments
 (0)