Skip to content

Commit 4681d92

Browse files
authored
Merge pull request #12009 from MicrosoftDocs/chrisda
RemoveAfter description and related updates
2 parents 0111970 + a1c2858 commit 4681d92

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ Accept wildcard characters: False
107107
```
108108
109109
### -ExpirationDate
110-
The ExpirationDate parameter filters the results by expiration date in Coordinated Universal Time (UTC).
110+
The ExpirationDate parameter set the expiration date of the entry in Coordinated Universal Time (UTC).
111111
112112
To specify a date/time value for this parameter, use either of the following options:
113113
114114
- Specify the date/time value in UTC: For example, `"2021-05-06 14:30:00z"`.
115115
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2020 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://learn.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
116116

117-
You can't use this parameter with the NoExpiration switch.
117+
You can't use this parameter with the NoExpiration or RemoveAfter parameters.
118118

119119
```yaml
120120
Type: DateTime
@@ -157,7 +157,7 @@ This switch is available to use in the following scenarios:
157157
- With the Block switch.
158158
- With the Allow switch where the ListType parameter value is URL and the ListSubType parameter value is AdvancedDelivery.
159159

160-
You can't use this switch with the ExpirationDate parameter.
160+
You can't use this switch with the ExpirationDate or RemoveAfter parameter.
161161

162162
```yaml
163163
Type: SwitchParameter
@@ -264,7 +264,11 @@ Accept wildcard characters: False
264264
```
265265

266266
### -RemoveAfter
267-
{{ Fill RemoveAfter Description }}
267+
The RemoveAfter parameter enables the **Remove on** \> **45 days after last used date** feature for an allow entry. The LastUsedDate property is populated when the bad entity in the allow entry is encountered by the filtering system during mail flow or time of click. The allow entry is kept for 45 days after the filtering system determines that the entity is clean.
268+
269+
The only valid value for this parameter is 45.
270+
271+
You can't use this parameter with the ExpirationDate or NoExpirationDate parameters.
268272

269273
```yaml
270274
Type: Int32

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ To specify a date/time value for this parameter, use either of the following opt
198198
- Specify the date/time value in UTC: For example, `"2021-05-06 14:30:00z"`.
199199
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2020 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://learn.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
200200

201-
You can't use this parameter with the NoExpiration switch.
201+
You can't use this parameter with the NoExpiration or RemoveAfter parameters.
202202

203203
```yaml
204204
Type: DateTime
@@ -267,7 +267,13 @@ Accept wildcard characters: False
267267
```
268268

269269
### -RemoveAfter
270-
{{ Fill RemoveAfter Description }}
270+
The RemoveAfter parameter enables the **Remove on** \> **45 days after last used date** feature for an allow entry. The LastUsedDate property is populated when the bad entity in the allow entry is encountered by the filtering system during mail flow or time of click. The allow entry is kept for 45 days after the filtering system determines that the entity is clean.
271+
272+
The only valid value for this parameter is 45.
273+
274+
You can't use this parameter with the ExpirationDate or NoExpirationDate parameters.
275+
276+
To change the allow entry to a static expiration date/time value that doesn't depend on the LastUsedDate property, run a Set-TenantAllowBlockListItems command with the ExpirationDate parameter.
271277

272278
```yaml
273279
Type: Int32

0 commit comments

Comments
 (0)