Skip to content

Commit fd20ac8

Browse files
authored
Merge pull request MicrosoftDocs#2839 from marysiakam9889/patch-8
Update Set-MpPreference.md
2 parents 3630470 + 742a3f9 commit fd20ac8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

+9-8
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: 11/04/2021
5+
ms.date: 01/24/2022
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
@@ -23,7 +23,7 @@ Set-MpPreference [-ExclusionPath <String[]>] [-ExclusionExtension <String[]>] [-
2323
[-ReportingNonCriticalTimeOut <UInt32>] [-ScanAvgCPULoadFactor <Byte>]
2424
[-CheckForSignaturesBeforeRunningScan <Boolean>] [-ScanPurgeItemsAfterDelay <UInt32>]
2525
[-ScanOnlyIfIdleEnabled <Boolean>] [-ScanParameters <ScanType>] [-ScanScheduleDay <Day>]
26-
[-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleTime <DateTime>] [-SignatureFirstAuGracePeriod <UInt32>]
26+
[-ScanScheduleQuickScanTime <DateTime>] [-ScanScheduleOffset <UInt32>] [-SignatureFirstAuGracePeriod <UInt32>]
2727
[-SignatureAuGracePeriod <UInt32>] [-SignatureDefinitionUpdateFileSharesSources <String>]
2828
[-SignatureDisableUpdateOnStartupWithoutEngine <Boolean>] [-SignatureFallbackOrder <String>]
2929
[-SignatureScheduleDay <Day>] [-SignatureScheduleTime <DateTime>] [-SignatureUpdateCatchupInterval <UInt32>]
@@ -975,7 +975,7 @@ Accept wildcard characters: False
975975
### -ScanScheduleQuickScanTime
976976
Specifies the time of day, as the number of minutes after midnight, to perform a scheduled quick scan.
977977
The time refers to the local time on the computer.
978-
If you do not specify a value for this parameter, a scheduled quick scan runs at the time specified by the **ScanScheduleTime** parameter.
978+
If you do not specify a value for this parameter, a scheduled quick scan runs at the time specified by the **ScanScheduleOffset** parameter.
979979
That parameter has a default time of two hours after midnight.
980980
981981
```yaml
@@ -991,14 +991,15 @@ Accept wildcard characters: False
991991
```
992992
993993
### -ScanScheduleTime
994-
Specifies the time of day, as the number of minutes after midnight, to perform a scheduled scan.
995-
The time refers to the local time on the computer.
996-
If you do not specify a value for this parameter, a scheduled scan runs at a default time of two hours after midnight.
994+
This setting is discontinued and replaced with -ScanScheduleOffset as of the January 2022 (version 4.18.2201.X) update to Microsoft Defender Antivirus.
995+
996+
### -ScanScheduleOffset
997+
Configures the number of minutes after midnight to perform a scheduled scan. The time on the endpoint is used to determine the local time. If you enable this setting, a scheduled scan will run at the time specified. If you disable or do not enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight.
997998
998999
```yaml
999-
Type: DateTime
1000+
Type: UInt32
10001001
Parameter Sets: (All)
1001-
Aliases: scst
1002+
Aliases: scso
10021003

10031004
Required: False
10041005
Position: Named

0 commit comments

Comments
 (0)