Skip to content

Commit 02f5bca

Browse files
authored
Merge pull request MicrosoftDocs#2501 from MicrosoftDocs/denisebmsft-patch-1
Update Set-MpPreference.md
2 parents ec38eb0 + 12ec741 commit 02f5bca

File tree

1 file changed

+3
-105
lines changed

1 file changed

+3
-105
lines changed

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

Lines changed: 3 additions & 105 deletions
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
@@ -32,7 +32,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
3232
[-DisablePrivacyMode <Boolean>] [-RandomizeScheduleTaskTimes <Boolean>] [-DisableBehaviorMonitoring <Boolean>]
3333
[-DisableIntrusionPreventionSystem <Boolean>] [-DisableIOAVProtection <Boolean>]
3434
[-DisableRealtimeMonitoring <Boolean>] [-DisableScriptScanning <Boolean>] [-DisableArchiveScanning <Boolean>]
35-
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableCpuThrottleOnIdleScans <Boolean>]
35+
[-DisableCatchupFullScan <Boolean>] [-DisableCatchupQuickScan <Boolean>] [-DisableCpuThrottleOnIdleScans <Boolean>] [-DisableEmailScanning <Boolean>]
3636
[-DisableEmailScanning <Boolean>]
3737
[-DisableRemovableDriveScanning <Boolean>] [-DisableRestorePoint <Boolean>]
3838
[-DisableScanningMappedNetworkDrivesForFullScan <Boolean>] [-DisableScanningNetworkFiles <Boolean>]
@@ -41,7 +41,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
4141
[-LowThreatDefaultAction <ThreatAction>] [-ModerateThreatDefaultAction <ThreatAction>]
4242
[-HighThreatDefaultAction <ThreatAction>] [-SevereThreatDefaultAction <ThreatAction>] [-Force]
4343
[-DisableBlockAtFirstSeen <Boolean>] [-PUAProtection <PUAProtectionType>] [-CimSession <CimSession[]>]
44-
[-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>] [-DisableGradualRelease <Boolean>] [-DefinitionUpdatesChannel <UpdatesChannelType>] [-EngineUpdatesChannel <UpdatesChannelType>] [-PlatformUpdatesChannel <UpdatesChannelType>]
44+
[-ThrottleLimit <Int32>] [-AsJob] [<CommonParameters>]
4545
```
4646

4747
## DESCRIPTION
@@ -138,29 +138,6 @@ Accept pipeline input: False
138138
Accept wildcard characters: False
139139
```
140140
141-
### -DefinitionUpdatesChannel
142-
Enable this policy to specify when devices receive daily Microsoft Defender definition updates during the daily gradual rollout.
143-
144-
Current Channel (Staged): Devices will be offered updates after the release cycle. Suggested to apply to a small, representative part of production population (~10%).
145-
146-
Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).
147-
148-
If you disable or do not configure this policy, the device will stay up to date automatically during the daily release cycle. Suitable for most devices.
149-
150-
Supported OS versions: Windows 10
151-
152-
```yaml
153-
Type: UpdatesChannelType
154-
Parameter Sets: (All)
155-
Aliases:
156-
Accepted values: Staged|Broad|Not Configured
157-
Required: False
158-
Position: Named
159-
Default value: None
160-
Accept pipeline input: False
161-
Accept wildcard characters: False
162-
```
163-
164141
### -DisableArchiveScanning
165142
Indicates whether to scan archive files, such as .zip and .cab files, for malicious and unwanted software.
166143
If you specify a value of $False or do not specify a value, Windows Defender scans archive files.
@@ -272,28 +249,6 @@ Accept pipeline input: False
272249
Accept wildcard characters: False
273250
```
274251
275-
### -DisableGradualRelease
276-
277-
Enable this policy to disable gradual rollout of monthly and daily Defender updates.
278-
279-
Devices will be offered all Defender updates after the gradual release cycle completes. Best for datacenter machines that only receive limited updates.
280-
281-
Note: This setting applies to both monthly as well as daily Defender updates and will override any previously configured channel selections for platform and engine updates.
282-
283-
If you disable or do not configure this policy, the device will remain in Current Channel (Default) unless specified otherwise in specific channels for platform and engine updates. Stay up to date automatically during the gradual release cycle. Suitable for most devices.
284-
285-
Supported OS versions: Windows 10
286-
287-
```yaml
288-
Type: Boolean
289-
Aliases:
290-
Position: Named
291-
Default value: None
292-
Accept pipeline input: False
293-
Accept wildcard characters: False
294-
```
295-
296-
297252
### -DisableEmailScanning
298253
Indicates whether Windows Defender parses the mailbox and mail files, according to their specific format, in order to analyze mail bodies and attachments.
299254
Windows Defender supports several formats, including .pst, .dbx, .mbx, .mime, and .binhex.
@@ -457,35 +412,6 @@ Accept pipeline input: False
457412
Accept wildcard characters: False
458413
```
459414
460-
### -EngineUpdatesChannel
461-
462-
Enable this policy to specify when devices receive Microsoft Defender engine updates during the monthly gradual rollout.
463-
464-
Beta Channel: Devices set to this channel will be the first to receive new updates. Select Beta Channel to participate in identifying and reporting issues to Microsoft. Devices in the Windows Insider Program are subscribed to this channel by default. For use in (manual) test environments only and a limited number of devices.
465-
466-
Current Channel (Preview): Devices set to this channel will be offered updates earliest during the monthly gradual release cycle. Suggested for pre-production/validation environments.
467-
468-
Current Channel (Staged): Devices will be offered updates after the monthly gradual release cycle. Suggested to apply to a small, representative part of your production population (~10%).
469-
470-
Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).
471-
472-
If you disable or do not configure this policy, the device will stay up to date automatically during the gradual release cycle. Suitable for most devices.
473-
474-
Supported OS versions: Windows 10
475-
476-
```yaml
477-
Type: UpdatesChannelType
478-
Parameter Sets: (All)
479-
Aliases:
480-
Accepted values:Beta|Preview|Staged|Broad|NotConfigured
481-
482-
Required: False
483-
Position: Named
484-
Default value: None
485-
Accept pipeline input: False
486-
Accept wildcard characters: False
487-
```
488-
489415
### -ExclusionExtension
490416
Specifies an array of file name extensions, such as obj or lib, to exclude from scheduled, custom, and real-time scanning.
491417
@@ -661,34 +587,6 @@ Accept pipeline input: False
661587
Accept wildcard characters: False
662588
```
663589
664-
### -PlatformUpdatesChannel
665-
666-
Enable this policy to specify when devices receive Microsoft Defender platform updates during the monthly gradual rollout.
667-
668-
Beta Channel: Devices set to this channel will be the first to receive new updates. Select Beta Channel to participate in identifying and reporting issues to Microsoft. Devices in the Windows Insider Program are subscribed to this channel by default. For use in (manual) test environments only and a limited number of devices.
669-
670-
Current Channel (Preview): Devices set to this channel will be offered updates earliest during the monthly gradual release cycle. Suggested for pre-production/validation environments.
671-
672-
Current Channel (Staged): Devices will be offered updates after the monthly gradual release cycle. Suggested to apply to a small, representative part of your production population (~10%).
673-
674-
Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).
675-
676-
If you disable or do not configure this policy, the device will stay up to date automatically during the gradual release cycle. Suitable for most devices.
677-
678-
Supported OS versions: Windows 10
679-
680-
```yaml
681-
Type: UpdatesChannelType
682-
Parameter Sets: (All)
683-
Aliases:
684-
Accepted values: Beta|Preview|Staged|Broad|NotConfigured
685-
Required: False
686-
Position: Named
687-
Default value: None
688-
Accept pipeline input: False
689-
Accept wildcard characters: False
690-
```
691-
692590
### -QuarantinePurgeItemsAfterDelay
693591
Specifies the number of days to keep items in the Quarantine folder.
694592
If you specify a value of zero or do not specify a value for this parameter, items stay in the Quarantine folder indefinitely.

0 commit comments

Comments
 (0)