Skip to content

Commit bf6ff9f

Browse files
authored
Merge pull request #10393 from ybhargav1995/patch-18
Update New-DlpFingerprint.md
2 parents 869107d + 933ae2b commit bf6ff9f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

exchange/exchange-ps/exchange/New-DlpFingerprint.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
New-DlpFingerprint [[-FileData] <Byte[]>] -Description <String>
25-
[-Threshold <UInt32>]
2625
[-Confirm]
2726
[-WhatIf]
2827
[<CommonParameters>]
@@ -98,27 +97,6 @@ Accept pipeline input: False
9897
Accept wildcard characters: False
9998
```
10099

101-
### -Threshold
102-
The Threshold parameter specifies the confidence threshold to use for matches. Valid values are 0 to 100:
103-
104-
- The value 0 matches all items, resulting in many false positives.
105-
- The value 100 demands a near-perfect match, but might also result in more false negatives.
106-
107-
The default value is 50.
108-
109-
```yaml
110-
Type: UInt32
111-
Parameter Sets: (All)
112-
Aliases:
113-
Applicable: Security & Compliance
114-
115-
Required: False
116-
Position: Named
117-
Default value: None
118-
Accept pipeline input: False
119-
Accept wildcard characters: False
120-
```
121-
122100
### -WhatIf
123101
The WhatIf switch doesn't work in Security & Compliance PowerShell.
124102

0 commit comments

Comments
 (0)