Skip to content

Commit c8c7f19

Browse files
authored
Update Set-MpPreference.md
Added disableFP pasrsing parameter
1 parent a518659 commit c8c7f19

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docset/winserver2022-ps/defender/Set-MpPreference.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
5757
[-ProxyServer <String>] [-ProxyBypass <String[]>] [-ForceUseProxyOnly <Boolean>]
5858
[-OobeEnableRtpAndSigUpdate <Boolean>]
5959
[-DisableTlsParsing <Boolean>] [-DisableHttpParsing <Boolean>] [-DisableDnsParsing <Boolean>]
60+
[-DisableFtpParsing <Boolean>]
6061
[-DisableDnsOverTcpParsing <Boolean>] [-DisableSshParsing <Boolean>]
6162
[-PlatformUpdatesChannel <UpdatesChannelType>] [-EngineUpdatesChannel <UpdatesChannelType>]
6263
[-SignaturesUpdatesChannel <UpdatesChannelType>] [-DisableGradualRelease <Boolean>]
@@ -507,6 +508,22 @@ Accept pipeline input: False
507508
Accept wildcard characters: False
508509
```
509510

511+
### -DisableFtpParsing
512+
513+
Specifies whether to disable FTP Parsing for Network Protection.
514+
515+
```yaml
516+
Type: Boolean
517+
Parameter Sets: (All)
518+
Aliases: dfp
519+
520+
Required: False
521+
Position: Named
522+
Default value: 0
523+
Accept pipeline input: False
524+
Accept wildcard characters: False
525+
```
526+
510527
### -DisableEmailScanning
511528
Indicates whether Windows Defender parses the mailbox and mail files, according to their specific format, in order to analyze mail bodies and attachments.
512529
Windows Defender supports several formats, including .pst, .dbx, .mbx, .mime, and .binhex.

0 commit comments

Comments
 (0)