Skip to content

Commit 7853dfb

Browse files
authored
Merge pull request #12006 from MicrosoftDocs/chrisda
RemoveAfter
2 parents dc27d19 + 727ff92 commit 7853dfb

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ New-TenantAllowBlockListItems -Entries <String[]> -ListType <ListType> [-Expirat
2929
[-LogExtraDetails]
3030
[-Notes <String>]
3131
[-OutputJson]
32+
[-RemoveAfter <Int32>]
3233
[-SubmissionID <String>]
3334
[<CommonParameters>]
3435
```
@@ -42,6 +43,7 @@ New-TenantAllowBlockListItems -Entries <String[]> -ListType <ListType> [-NoExpir
4243
[-LogExtraDetails]
4344
[-Notes <String>]
4445
[-OutputJson]
46+
[-RemoveAfter <Int32>]
4547
[-SubmissionID <String>]
4648
[<CommonParameters>]
4749
```
@@ -261,6 +263,22 @@ Accept pipeline input: False
261263
Accept wildcard characters: False
262264
```
263265

266+
### -RemoveAfter
267+
{{ Fill RemoveAfter Description }}
268+
269+
```yaml
270+
Type: Int32
271+
Parameter Sets: (All)
272+
Aliases:
273+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
274+
275+
Required: False
276+
Position: Named
277+
Default value: None
278+
Accept pipeline input: False
279+
Accept wildcard characters: False
280+
```
281+
264282
### -OutputJson
265283
The OutputJson switch specifies whether to return all entries in a single JSON value. You don't need to specify a value with this switch.
266284

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Set-TenantAllowBlockListItems -Ids <String[]> -ListType <ListType>
3030
[-NoExpiration]
3131
[-Notes <String>]
3232
[-OutputJson]
33+
[-RemoveAfter <Int32>]
3334
[<CommonParameters>]
3435
```
3536

@@ -43,6 +44,7 @@ Set-TenantAllowBlockListItems -Entries <String[]> -ListType <ListType>
4344
[-NoExpiration]
4445
[-Notes <String>]
4546
[-OutputJson]
47+
[-RemoveAfter <Int32>]
4648
[<CommonParameters>]
4749
```
4850

@@ -264,6 +266,22 @@ Accept pipeline input: False
264266
Accept wildcard characters: False
265267
```
266268

269+
### -RemoveAfter
270+
{{ Fill RemoveAfter Description }}
271+
272+
```yaml
273+
Type: Int32
274+
Parameter Sets: (All)
275+
Aliases:
276+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
277+
278+
Required: False
279+
Position: Named
280+
Default value: None
281+
Accept pipeline input: False
282+
Accept wildcard characters: False
283+
```
284+
267285
### CommonParameters
268286
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
269287

0 commit comments

Comments
 (0)