Skip to content

Commit

Permalink
Merge pull request #3675 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish main to live on 10/23 @ 10:30 am
  • Loading branch information
v-stsavell authored Oct 23, 2023
2 parents db51414 + df869c4 commit e7f9a29
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 e7f9a29

Please sign in to comment.