|
2 | 2 | description: The Set-MpPreference cmdlet configures preferences for Windows Defender scans and updates. |
3 | 3 | external help file: MSFT_MpPreference.cdxml-help.xml |
4 | 4 | Module Name: Defender |
5 | | -ms.date: 12/20/2016 |
| 5 | +ms.date: 01/28/2022 |
6 | 6 | online version: https://docs.microsoft.com/powershell/module/defender/set-mppreference?view=windowsserver2022-ps&wt.mc_id=ps-gethelp |
7 | 7 | schema: 2.0.0 |
8 | 8 | title: Set-MpPreference |
@@ -35,7 +35,6 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [- |
35 | 35 | [-MAPSReporting <MAPSReportingType>] [-SubmitSamplesConsent <SubmitSamplesConsentType>] |
36 | 36 | [-DisableAutoExclusions <Boolean>] [-DisablePrivacyMode <Boolean>] [-RandomizeScheduleTaskTimes <Boolean>] |
37 | 37 | [-SchedulerRandomizationTime <UInt32>] [-DisableBehaviorMonitoring <Boolean>] |
38 | | - [-DisableIntrusionPreventionSystem <Boolean>] [-DisableIOAVProtection <Boolean>] |
39 | 38 | [-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>] |
40 | 39 | [-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableEmailScanning <Boolean>] |
41 | 40 | [-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>] |
@@ -557,22 +556,6 @@ Accept pipeline input: False |
557 | 556 | Accept wildcard characters: False |
558 | 557 | ``` |
559 | 558 |
|
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 | | - |
576 | 559 | ### -DisablePrivacyMode |
577 | 560 | Indicates whether to disable privacy mode. |
578 | 561 | Privacy mode prevents users, other than administrators, from displaying threat history. |
|
0 commit comments