Skip to content

Commit 315ebcd

Browse files
authored
Merge branch 'master' into patch-19
2 parents b99d4aa + 8dff2d6 commit 315ebcd

File tree

2 files changed

+228
-4
lines changed

2 files changed

+228
-4
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/New-AntiPhishPolicy.md

Lines changed: 132 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,34 @@ For information about the parameter sets in the Syntax section below, see Exchan
2121
## SYNTAX
2222

2323
```
24-
New-AntiPhishPolicy -Name <String> [-AdminDisplayName <String>] [-AuthenticationFailAction <MoveToJmf | Quarantine>] [-Confirm] [-EnableAntispoofEnforcement <$true | $false>] [-EnableAuthenticationSafetyTip <$true | $false>] [-EnableAuthenticationSoftPassSafetyTip <$true | $false>] [-Enabled <$true | $false>] [-EnableMailboxIntelligence <$true | $false>] [-EnableOrganizationDomainsProtection <$true | $false>] [-EnableSimilarDomainsSafetyTips <$true | $false>] [-EnableSimilarUsersSafetyTips <$true | $false>] [-EnableTargetedDomainsProtection <$true | $false>] [-EnableTargetedUserProtection <$true | $false>] [-EnableUnusualCharactersSafetyTips <$true | $false>] [-ExcludedDomains <MultiValuedProperty>] [-ExcludedSenders <MultiValuedProperty>] [-PhishThresholdLevel <Int32>] [-TargetedDomainActionRecipients <MultiValuedProperty>] [-TargetedDomainProtectionAction <NoAction | MoveToJmf | Redirect | Quarantine | Delete | BccMessage>] [-TargetedDomainsToProtect <MultiValuedProperty>] [-TargetedUserActionRecipients <MultiValuedProperty>] [-TargetedUserProtectionAction <NoAction | MoveToJmf | Redirect | Quarantine | Delete | BccMessage>] [-TargetedUsersToProtect <MultiValuedProperty>] [-TreatSoftPassAsAuthenticated <$true | $false>] [-WhatIf] [<CommonParameters>]
24+
New-AntiPhishPolicy -Name <String>
25+
[-AdminDisplayName <String>]
26+
[-AuthenticationFailAction <MoveToJmf | Quarantine>]
27+
[-Confirm]
28+
[-EnableAntiSpoofEnforcement <$true | $false>]
29+
[-EnableAuthenticationSafetyTip <$true | $false>]
30+
[-EnableAuthenticationSoftPassSafetyTip <$true | $false>]
31+
[-Enabled <$true | $false>]
32+
[-EnableMailboxIntelligence <$true | $false>]
33+
[-EnableMailboxIntelligenceProtection <$true | $false>]
34+
[-EnableOrganizationDomainsProtection <$true | $false>]
35+
[-EnableSimilarDomainsSafetyTips <$true | $false>]
36+
[-EnableSimilarUsersSafetyTips <$true | $false>]
37+
[-EnableTargetedDomainsProtection <$true | $false>]
38+
[-EnableTargetedUserProtection <$true | $false>]
39+
[-EnableUnauthenticatedSender <$true | $false>]
40+
[-EnableUnusualCharactersSafetyTips <$true | $false>]
41+
[-ExcludedDomains <MultiValuedProperty>]
42+
[-ExcludedSenders <MultiValuedProperty>]
43+
[-PhishThresholdLevel <Int32>]
44+
[-TargetedDomainActionRecipients <MultiValuedProperty>]
45+
[-TargetedDomainProtectionAction <NoAction | MoveToJmf | Redirect | Quarantine | Delete | BccMessage>]
46+
[-TargetedDomainsToProtect <MultiValuedProperty>]
47+
[-TargetedUserActionRecipients <MultiValuedProperty>]
48+
[-TargetedUserProtectionAction <NoAction | MoveToJmf | Redirect | Quarantine | Delete | BccMessage>]
49+
[-TargetedUsersToProtect <MultiValuedProperty>]
50+
[-TreatSoftPassAsAuthenticated <$true | $false>]
51+
[-WhatIf] [<CommonParameters>]
2552
```
2653

2754
## DESCRIPTION
@@ -231,6 +258,25 @@ Accept pipeline input: False
231258
Accept wildcard characters: False
232259
```
233260
261+
### -EnableMailboxIntelligenceProtection
262+
The EnableMailboxIntelligenceProtection specifies whether to enable or disable intelligence based impersonation protection. Valid values are:
263+
264+
- $true: Enable intelligence based impersonation protection.
265+
266+
- $false: Don't enable intelligence based impersonation protection. This is the default value.
267+
268+
```yaml
269+
Type: $true | $false
270+
Parameter Sets: (All)
271+
Aliases:
272+
Applicable: Exchange Online, Exchange Online Protection
273+
Required: False
274+
Position: Named
275+
Default value: None
276+
Accept pipeline input: False
277+
Accept wildcard characters: False
278+
```
279+
234280
### -EnableOrganizationDomainsProtection
235281
The EnableOrganizationDomainsProtection parameter specifies whether to enable domain impersonation protection for all registered domains in the Office 365 organization. Valid values are:
236282
@@ -326,6 +372,25 @@ Accept pipeline input: False
326372
Accept wildcard characters: False
327373
```
328374
375+
### -EnableUnauthenticatedSender
376+
The EnableUnauthenticatedSender parameter specifies whether to apply a "?" symbol in Outlook's sender card if the sender fails authentication checks. Valid values are:
377+
378+
- $true: Apply the "?" symbol.
379+
380+
- $false: Do not apply the "?" symbol.
381+
382+
```yaml
383+
Type: $true | $false
384+
Parameter Sets: (All)
385+
Aliases:
386+
Applicable: Exchange Online, Exchange Online Protection
387+
Required: False
388+
Position: Named
389+
Default value: True
390+
Accept pipeline input: False
391+
Accept wildcard characters: False
392+
```
393+
329394
### -EnableUnusualCharactersSafetyTips
330395
The EnableUnusualCharactersSafetyTips parameter specifies whether to enable safety tips that are shown to recipients in messages for unusual characters in domain and user impersonation detections. Valid values are:
331396
@@ -375,6 +440,71 @@ Accept pipeline input: False
375440
Accept wildcard characters: False
376441
```
377442
443+
### -ImpersonationProtectionState
444+
The ImpersonationProtectionState parameter specifies the configuration of impersonation protection. Valid values are:
445+
446+
- Automatic
447+
448+
- Manual (This is the default value)
449+
450+
- Off
451+
452+
```yaml
453+
Type: ImpersonationProtectionState
454+
Parameter Sets: (All)
455+
Aliases:
456+
Applicable: Exchange Online, Exchange Online Protection
457+
Required: False
458+
Position: Named
459+
Default value: None
460+
Accept pipeline input: False
461+
Accept wildcard characters: False
462+
```
463+
464+
### -MailboxIntelligenceProtectionAction
465+
The MailboxIntelligenceProtectionAction parameter specifies what to do with messages that fail mailbox intelligence protection. Valid values are:
466+
467+
- NoAction (This is the default value)
468+
469+
- BccMessage: Add the recipients specified by the MailboxIntelligenceProtectionActionRecipients parameter to the Bcc field of the message.
470+
471+
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
472+
473+
- MoveToJmf: Move the message to the user's Junk Email folder.
474+
475+
- Quarantine: Move the message to the phishing quarantine.
476+
477+
- Redirect: Redirect the message to the recipients specified by the MailboxIntelligenceProtectionActionRecipients parameter.
478+
479+
```yaml
480+
Type: ImpersonationAction
481+
Parameter Sets: (All)
482+
Aliases:
483+
Applicable: Exchange Online, Exchange Online Protection
484+
Required: False
485+
Position: Named
486+
Default value: None
487+
Accept pipeline input: False
488+
Accept wildcard characters: False
489+
```
490+
491+
### -MailboxIntelligenceProtectionActionRecipients
492+
The MailboxIntelligenceProtectionActionRecipients parameter specifies the recipients to add to detected messages when the MailboxIntelligenceProtectionAction parameter is set to the value Redirect or BccMessage.
493+
494+
A valid value for this parameter is an email address. You can specify multiple email addresses separated by commas.
495+
496+
```yaml
497+
Type: MultiValuedProperty
498+
Parameter Sets: (All)
499+
Aliases:
500+
Applicable: Exchange Online, Exchange Online Protection
501+
Required: False
502+
Position: Named
503+
Default value: None
504+
Accept pipeline input: False
505+
Accept wildcard characters: False
506+
```
507+
378508
### -PhishThresholdLevel
379509
The PhishThresholdLevel parameter specifies the tolerance level that's used by machine learning in the handling of phishing messages. Valid values are:
380510
@@ -477,7 +607,7 @@ Accept wildcard characters: False
477607
```
478608
479609
### -TargetedUserProtectionAction
480-
The TargetedUserProtectionAction parameter specifies the action to take on detected user impersonation messages for the users specified by the TargetedUsersToProtect parameter. Valid values are:
610+
The TargetedUserProtectionAction parameter specifies the action to take on detected messages for the users specified by the TargetedUsersToProtect parameter. Valid values are:
481611
482612
- NoAction (This is the default value)
483613

exchange/exchange-ps/exchange/advanced-threat-protection/Set-AntiPhishPolicy.md

Lines changed: 96 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Set-AntiPhishPolicy -Identity <AntiPhishPolicyIdParameter>
3030
[-EnableAuthenticationSoftPassSafetyTip <$true | $false>]
3131
[-Enabled <$true | $false>]
3232
[-EnableMailboxIntelligence <$true | $false>]
33+
[-EnableMailboxIntelligenceProtection <$true | $false>]
3334
[-EnableOrganizationDomainsProtection <$true | $false>]
3435
[-EnableSimilarDomainsSafetyTips <$true | $false>]
3536
[-EnableSimilarUsersSafetyTips <$true | $false>]
@@ -39,6 +40,9 @@ Set-AntiPhishPolicy -Identity <AntiPhishPolicyIdParameter>
3940
[-EnableUnusualCharactersSafetyTips <$true | $false>]
4041
[-ExcludedDomains <MultiValuedProperty>]
4142
[-ExcludedSenders <MultiValuedProperty>]
43+
[-ImpersonationProtectionState <ImpersonationProtectionState>]
44+
[-MailboxIntelligenceProtectionAction <ImpersonationAction>]
45+
[-MailboxIntelligenceProtectionActionRecipients <MultiValuedProperty>]
4246
[-MakeDefault]
4347
[-PhishThresholdLevel <Int32>]
4448
[-TargetedDomainActionRecipients <MultiValuedProperty>]
@@ -199,8 +203,14 @@ Accept wildcard characters: False
199203
```
200204
201205
### -Enabled
206+
The Enabled parameter specifies whether the antiphish policy is enabled or disabled. Valid values are:
207+
208+
$true: The policy is enabled.
209+
210+
$false: The policy is disabled.
211+
202212
```yaml
203-
Type:
213+
Type: $true | $false
204214
Parameter Sets: (All)
205215
Aliases:
206216
Applicable: Exchange Online, Exchange Online Protection
@@ -230,6 +240,25 @@ Accept pipeline input: False
230240
Accept wildcard characters: False
231241
```
232242
243+
### -EnableMailboxIntelligenceProtection
244+
The EnableMailboxIntelligenceProtection specifies whether to enable or disable intelligence based impersonation protection. Valid values are:
245+
246+
- $true: Enable intelligence based impersonation protection.
247+
248+
- $false: Don't enable intelligence based impersonation protection. This is the default value.
249+
250+
```yaml
251+
Type: $true | $false
252+
Parameter Sets: (All)
253+
Aliases:
254+
Applicable: Exchange Online, Exchange Online Protection
255+
Required: False
256+
Position: Named
257+
Default value: None
258+
Accept pipeline input: False
259+
Accept wildcard characters: False
260+
```
261+
233262
### -EnableOrganizationDomainsProtection
234263
The EnableOrganizationDomainsProtection parameter specifies whether to enable domain impersonation protection for all registered domains in the Office 365 organization. Valid values are:
235264
@@ -393,6 +422,71 @@ Accept pipeline input: False
393422
Accept wildcard characters: False
394423
```
395424
425+
### -ImpersonationProtectionState
426+
The ImpersonationProtectionState parameter specifies the configuration of impersonation protection. Valid values are:
427+
428+
- Automatic
429+
430+
- Manual (This is the default value)
431+
432+
- Off
433+
434+
```yaml
435+
Type: ImpersonationProtectionState
436+
Parameter Sets: (All)
437+
Aliases:
438+
Applicable: Exchange Online, Exchange Online Protection
439+
Required: False
440+
Position: Named
441+
Default value: None
442+
Accept pipeline input: False
443+
Accept wildcard characters: False
444+
```
445+
446+
### -MailboxIntelligenceProtectionAction
447+
The MailboxIntelligenceProtectionAction parameter specifies what to do with messages that fail mailbox intelligence protection. Valid values are:
448+
449+
- NoAction (This is the default value)
450+
451+
- BccMessage: Add the recipients specified by the MailboxIntelligenceProtectionActionRecipients parameter to the Bcc field of the message.
452+
453+
- Delete: Delete the message during filtering. Use caution when selecting this value, because you can't recover the deleted message.
454+
455+
- MoveToJmf: Move the message to the user's Junk Email folder.
456+
457+
- Quarantine: Move the message to the phishing quarantine.
458+
459+
- Redirect: Redirect the message to the recipients specified by the MailboxIntelligenceProtectionActionRecipients parameter.
460+
461+
```yaml
462+
Type: ImpersonationAction
463+
Parameter Sets: (All)
464+
Aliases:
465+
Applicable: Exchange Online, Exchange Online Protection
466+
Required: False
467+
Position: Named
468+
Default value: None
469+
Accept pipeline input: False
470+
Accept wildcard characters: False
471+
```
472+
473+
### -MailboxIntelligenceProtectionActionRecipients
474+
The MailboxIntelligenceProtectionActionRecipients parameter specifies the recipients to add to detected messages when the MailboxIntelligenceProtectionAction parameter is set to the value Redirect or BccMessage.
475+
476+
A valid value for this parameter is an email address. You can specify multiple email addresses separated by commas.
477+
478+
```yaml
479+
Type: MultiValuedProperty
480+
Parameter Sets: (All)
481+
Aliases:
482+
Applicable: Exchange Online, Exchange Online Protection
483+
Required: False
484+
Position: Named
485+
Default value: None
486+
Accept pipeline input: False
487+
Accept wildcard characters: False
488+
```
489+
396490
### -MakeDefault
397491
{{Fill MakeDefault Description}}
398492
@@ -493,7 +587,7 @@ Accept wildcard characters: False
493587
```
494588
495589
### -TargetedUserActionRecipients
496-
The TargetedUserActionRecipients parameter specifies the replacement or additional recipients for detected user impersonation messages when the TargetedUserProtectionAction parameter is set to the value Redirect or BccMessage.
590+
The TargetedUserActionRecipients parameter specifies the replacement or additional recipients for detected messages when the TargetedUserProtectionAction parameter is set to the value Redirect or BccMessage.
497591
498592
A valid value for this parameter is an email address. You can specify multiple email addresses separated by commas.
499593

0 commit comments

Comments
 (0)