Skip to content

Commit 9089375

Browse files
authored
Merge branch 'main' into user/erikkredatus/removingImmersiveEventsTPMDocumentation
2 parents a210684 + 626f180 commit 9089375

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ New-TenantAllowBlockListItems -Allow -ListType Url -ListSubType AdvancedDelivery
7474

7575
This example adds a URL allow entry for the specified third-party phishing simulation URL with no expiration. For more information, see [Configure the advanced delivery policy for third-party phishing simulations and email delivery to SecOps mailboxes](https://learn.microsoft.com/defender-office-365/advanced-delivery-policy-configure).
7676

77+
### Example 4
78+
```powershell
79+
New-TenantAllowBlockListItems -Allow -ListType Url -Entries abcd.fabrikam.com -RemoveAfter 45
80+
```
81+
82+
This example adds a URL allow entry for the specified ___domain with expiration as 45 days after last used date. This allow entry permits URLs identified as bulk, spam, high confidence spam, and phishing (not high confidence phishing).
83+
84+
For URLs identified as malware or high-confidence phishing, you need to submit the URLs Microsoft to create allow entries. For instructions, see [Report good URLs to Microsoft](https://learn.microsoft.com/defender-office-365/submissions-admin#report-good-urls-to-microsoft).
85+
7786
## PARAMETERS
7887

7988
### -Entries
@@ -281,6 +290,8 @@ The RemoveAfter parameter enables the **Remove on** \> **45 days after last used
281290

282291
The only valid value for this parameter is 45.
283292

293+
You can use this parameter with the Allow switch when the ListType parameter value is Sender, FileHash, or Url.
294+
284295
You can't use this parameter with the ExpirationDate or NoExpirationDate parameters.
285296

286297
```yaml

0 commit comments

Comments
 (0)