Skip to content

Commit

Permalink
Merge pull request #3666 from msbemba/patch-168
Browse files Browse the repository at this point in the history
Update Set-MpPreference.md
  • Loading branch information
tiburd authored Oct 23, 2023
2 parents e44e3f4 + 70d8131 commit bcb7693
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docset/winserver2022-ps/defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
[-ProxyServer <String>] [-ProxyBypass <String[]>] [-ForceUseProxyOnly <Boolean>]
[-OobeEnableRtpAndSigUpdate <Boolean>]
[-DisableTlsParsing <Boolean>] [-DisableHttpParsing <Boolean>] [-DisableDnsParsing <Boolean>]
[-DisableFtpParsing <Boolean>]
[-DisableDnsOverTcpParsing <Boolean>] [-DisableSshParsing <Boolean>]
[-PlatformUpdatesChannel <UpdatesChannelType>] [-EngineUpdatesChannel <UpdatesChannelType>]
[-SignaturesUpdatesChannel <UpdatesChannelType>] [-DisableGradualRelease <Boolean>]
Expand Down Expand Up @@ -507,6 +508,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableFtpParsing
Specifies whether to disable FTP parsing for network protection.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases: dfp
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableEmailScanning
Indicates whether Windows Defender parses the mailbox and mail files, according to their specific format, in order to analyze mail bodies and attachments.
Windows Defender supports several formats, including .pst, .dbx, .mbx, .mime, and .binhex.
Expand Down

0 comments on commit bcb7693

Please sign in to comment.