Skip to content

Commit bcb7693

Browse files
authored
Merge pull request MicrosoftDocs#3666 from msbemba/patch-168
Update Set-MpPreference.md
2 parents e44e3f4 + 70d8131 commit bcb7693

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 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,21 @@ Accept pipeline input: False
507508
Accept wildcard characters: False
508509
```
509510

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

0 commit comments

Comments
 (0)