Skip to content

Commit c73cd5c

Browse files
authored
Merge pull request MicrosoftDocs#2861 from marysiakam9889/patch-10
Update Set-MpPreference.md
2 parents 286742b + 86cd10f commit c73cd5c

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

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

+1-18
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: The Set-MpPreference cmdlet configures preferences for Windows Defender scans and updates.
33
external help file: MSFT_MpPreference.cdxml-help.xml
44
Module Name: Defender
5-
ms.date: 12/20/2016
5+
ms.date: 01/28/2022
66
online version: https://docs.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-MpPreference
@@ -35,7 +35,6 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
3535
[-MAPSReporting <MAPSReportingType>] [-SubmitSamplesConsent <SubmitSamplesConsentType>]
3636
[-DisableAutoExclusions <Boolean>] [-DisablePrivacyMode <Boolean>] [-RandomizeScheduleTaskTimes <Boolean>]
3737
[-SchedulerRandomizationTime <UInt32>] [-DisableBehaviorMonitoring <Boolean>]
38-
[-DisableIntrusionPreventionSystem <Boolean>] [-DisableIOAVProtection <Boolean>]
3938
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
4039
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableEmailScanning <Boolean>]
4140
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
@@ -557,22 +556,6 @@ Accept pipeline input: False
557556
Accept wildcard characters: False
558557
```
559558

560-
### -DisableIntrusionPreventionSystem
561-
Indicates whether to configure network protection against exploitation of known vulnerabilities.
562-
If you specify a value of $False or do not specify a value, network protection is enabled.
563-
564-
```yaml
565-
Type: Boolean
566-
Parameter Sets: (All)
567-
Aliases: dips
568-
569-
Required: False
570-
Position: Named
571-
Default value: None
572-
Accept pipeline input: False
573-
Accept wildcard characters: False
574-
```
575-
576559
### -DisablePrivacyMode
577560
Indicates whether to disable privacy mode.
578561
Privacy mode prevents users, other than administrators, from displaying threat history.

0 commit comments

Comments
 (0)