Skip to content

Commit c683f06

Browse files
authored
Merge branch 'master' into fix/2450-what-if
2 parents b36d8b4 + 02f5bca commit c683f06

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: MSFT_MpPreference.cdxml-help.xml
44
Module Name: Defender
5-
ms.date: 12/20/2016
5+
ms.date: 06/10/2021
66
online version: https://docs.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2019-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-MpPreference
@@ -33,6 +33,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
3333
[-DisableIntrusionPreventionSystem <Boolean>] [-DisableIOAVProtection <Boolean>]
3434
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
3535
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableCpuThrottleOnIdleScans <Boolean>] [-DisableEmailScanning <Boolean>]
36+
[-DisableEmailScanning <Boolean>]
3637
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
3738
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
3839
[-UILockdown <Boolean>] [-ThreatIDDefaultAction_Ids <Int64[]>]
@@ -266,6 +267,7 @@ Accept pipeline input: False
266267
Accept wildcard characters: False
267268
```
268269
270+
269271
### -DisableIOAVProtection
270272
Indicates whether Windows Defender scans all downloaded files and attachments.
271273
If you specify a value of $False or do not specify a value, scanning downloaded files and attachments is enabled.

0 commit comments

Comments
 (0)