Skip to content

Commit 6e53f71

Browse files
authored
Merge pull request MicrosoftDocs#6124 from dariomws/patch-186
Added more detail to -Detailed parameter in Get-PhishFilterPolicy.md
2 parents 133ea83 + a32fb4a commit 6e53f71

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

exchange/exchange-ps/exchange/Get-PhishFilterPolicy.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2626
```
2727
Get-PhishFilterPolicy [[-Identity] <HostedConnectionFilterPolicyIdParameter>]
2828
[-AllowedToSpoof <String>]
29-
[-ConfidenceLevel <ConfidenceLevel>]
3029
[-DecisionSetBy <DecisionSetBy>]
3130
[-Detailed]
3231
[-SpoofAllowBlockList]
@@ -114,32 +113,11 @@ Accept pipeline input: False
114113
Accept wildcard characters: False
115114
```
116115
117-
### -ConfidenceLevel
118-
The ConfidenceLevel parameter filters the results by the specified confidence level. Valid values are:
119-
120-
-Low
121-
-High
122-
123-
You can only see the ConfidenceLevel value in the results when you include the Detailed switch in the command.
124-
125-
```yaml
126-
Type: ConfidenceLevel
127-
Parameter Sets: (All)
128-
Aliases:
129-
Applicable: Exchange Online, Exchange Online Protection
130-
131-
Required: False
132-
Position: Named
133-
Default value: None
134-
Accept pipeline input: False
135-
Accept wildcard characters: False
136-
```
137-
138116
### -DecisionSetBy
139117
The DecisionSetBy parameter filters the results by who allowed or blocked the spoofed sender. Valid values are:
140118
141-
-Admin
142-
-SpoofProtection
119+
- Admin
120+
- SpoofProtection
143121
144122
```yaml
145123
Type: DecisionSetBy
@@ -159,8 +137,8 @@ The Detailed switch specifies whether to return detailed information in the resu
159137
160138
Specifically, this switch returns the following additional properties:
161139
162-
- ConfidenceLevel
163-
- DomainPairsCountInCategory
140+
- ConfidenceLevel: Level of signals indicated by spoof intelligence that these domains may be suspicious, based on historical sending patterns and the reputation score of the domains.
141+
- DomainPairsCountInCategory: The spoofed domains displayed are separated into two categories: suspicious domain pairs and non-suspicious domain pairs. For more information, see [this topic](https://docs.microsoft.com/microsoft-365/security/office-365-security/walkthrough-spoof-intelligence-insight).
164142
165143
```yaml
166144
Type: SwitchParameter

0 commit comments

Comments
 (0)