Skip to content

Commit aba81fa

Browse files
committed
ZAPEnabled parameter removed (now truly unavailable)
Issue #7095
1 parent e122223 commit aba81fa

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

exchange/exchange-ps/exchange/New-HostedContentFilterPolicy.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ New-HostedContentFilterPolicy [-Name] <String>
7474
[-TestModeAction <SpamFilteringTestModeAction>]
7575
[-TestModeBccToRecipients <MultiValuedProperty>]
7676
[-WhatIf]
77-
[-ZapEnabled <Boolean>]
7877
[<CommonParameters>]
7978
```
8079

@@ -1172,22 +1171,6 @@ Accept pipeline input: False
11721171
Accept wildcard characters: False
11731172
```
11741173

1175-
### -ZapEnabled
1176-
This parameter has been deprecated and is no longer used. Use the PhishZapEnabled and SpamZapEnabled parameters instead.
1177-
1178-
```yaml
1179-
Type: Boolean
1180-
Parameter Sets: (All)
1181-
Aliases:
1182-
Applicable: Exchange Online, Exchange Online Protection
1183-
1184-
Required: False
1185-
Position: Named
1186-
Default value: None
1187-
Accept pipeline input: False
1188-
Accept wildcard characters: False
1189-
```
1190-
11911174
### CommonParameters
11921175
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).
11931176

exchange/exchange-ps/exchange/Set-HostedContentFilterPolicy.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Set-HostedContentFilterPolicy [-Identity] <HostedContentFilterPolicyIdParameter>
7575
[-TestModeAction <SpamFilteringTestModeAction>]
7676
[-TestModeBccToRecipients <MultiValuedProperty>]
7777
[-WhatIf]
78-
[-ZapEnabled <Boolean>]
7978
[<CommonParameters>]
8079
```
8180

@@ -1193,22 +1192,6 @@ Accept pipeline input: False
11931192
Accept wildcard characters: False
11941193
```
11951194

1196-
### -ZapEnabled
1197-
This parameter has been deprecated and is no longer used. Use the PhishZapEnabled and SpamZapEnabled parameters instead.
1198-
1199-
```yaml
1200-
Type: Boolean
1201-
Parameter Sets: (All)
1202-
Aliases:
1203-
Applicable: Exchange Online, Exchange Online Protection
1204-
1205-
Required: False
1206-
Position: Named
1207-
Default value: None
1208-
Accept pipeline input: False
1209-
Accept wildcard characters: False
1210-
```
1211-
12121195
### CommonParameters
12131196
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).
12141197

0 commit comments

Comments
 (0)