Skip to content

Update Set-MpPreference.md #3984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docset/winserver2025-ps/defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ Accept wildcard characters: False
```

### -ScanScheduleQuickScanTime
Specifies the time of day, as the number of minutes after midnight, to perform a scheduled quick scan.
Specifies the time of day, as the number of minutes after midnight, to perform a daily scheduled quick scan.
The time refers to the local time on the computer.
If you do not specify a value for this parameter, a scheduled quick scan runs at the time specified by the **ScanScheduleOffset** parameter.
That parameter has a default time of two hours after midnight.
Expand All @@ -1537,7 +1537,7 @@ Accept wildcard characters: False
```

### -ScanScheduleOffset
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 don’t enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight.
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 don’t enable this setting, a scheduled scan runs at the default time of two hours (120 minutes) after midnight. _Recommended configuration to use when setting the time for the Weekly Scheduled Scan (alongside ScanParameters and ScanScheduleDay). This provides the more intuitive approach. If both ScanScheduleOffset and ScanScheduleTime are set, whichever configuration was edited more recently will be used to determine the time to execute the scan at._

```yaml
Type: UInt32
Expand Down