Skip to content

Commit

Permalink
Tested on a fresh 2019 server.
Browse files Browse the repository at this point in the history
The default value of ScanScheduleDay is 0
  • Loading branch information
kausd1 authored Feb 9, 2024
1 parent a7eea41 commit f6aeead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docset/winserver2022-ps/defender/Set-MpPreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1499,8 +1499,8 @@ The acceptable values for this parameter are:
- 7: Saturday
- 8: Never

The default value is 8, never.
If you specify a value of 8 or do not specify a value, Windows Defender does not perform scheduled scans.
The default value is 0, Everyday.
If you specify a value of 8 , Windows Defender does not perform scheduled scans.

```yaml
Type: Day
Expand Down

0 comments on commit f6aeead

Please sign in to comment.