Skip to content

Commit f4e7e5b

Browse files
authored
Merge pull request #125 from DenKu/patch-1
Update mac-schedule-scan.md
2 parents 65b5609 + 5c80453 commit f4e7e5b

File tree

1 file changed

+72
-69
lines changed

1 file changed

+72
-69
lines changed

defender-endpoint/mac-schedule-scan.md

Lines changed: 72 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
title: How to schedule scans with Microsoft Defender for Endpoint on macOS
33
description: Learn how to schedule an automatic scanning time for Microsoft Defender for Endpoint in macOS to better protect your organization's assets.
44
ms.service: defender-endpoint
5-
author: YongRhee-MSFT
6-
ms.author: yongrhee
5+
author: denisebmsft
6+
ms.author: deniseb
77
manager: deniseb
8+
ms.reviewer: yongrhee
89
ms.localizationpriority: medium
9-
ms.date: 05/06/2024
10+
ms.date: 10/23/2024
1011
audience: ITPro
1112
ms.collection:
1213
- m365-security
@@ -79,73 +80,75 @@ The following code shows the schema you need to use to schedule scans according
7980
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
8081
<plist version="1.0">
8182
<dict>
82-
<key>PayloadUUID</key>
83-
<string>C4E6A782-0C8D-44AB-A025-EB893987A295</string>
84-
<key>PayloadType</key>
85-
<string>Configuration</string>
86-
<key>PayloadOrganization</key>
87-
<string>Microsoft</string>
88-
<key>PayloadIdentifier</key>
89-
<string>C4E6A782-0C8D-44AB-A025-EB893987A295</string>
90-
<key>PayloadDisplayName</key>
91-
<string>Microsoft Defender for Endpoint settings</string>
92-
<key>PayloadDescription</key>
93-
<string>Microsoft Defender for Endpoint configuration settings</string>
94-
<key>PayloadVersion</key>
95-
<integer>1</integer>
96-
<key>PayloadEnabled</key>
97-
<true/>
98-
<key>PayloadRemovalDisallowed</key>
99-
<true/>
100-
<key>PayloadScope</key>
101-
<string>System</string>
102-
<key>PayloadContent</key>
103-
<array>
104-
<dict>
105-
<key>PayloadUUID</key>
106-
<string>99DBC2BC-3B3A-46A2-A413-C8F9BB9A7295</string>
107-
<key>PayloadType</key>
108-
<string>com.microsoft.wdav</string>
109-
<key>PayloadOrganization</key>
110-
<string>Microsoft</string>
111-
<key>PayloadIdentifier</key>
112-
<string>99DBC2BC-3B3A-46A2-A413-C8F9BB9A7295</string>
113-
<key>PayloadDisplayName</key>
114-
<string>Microsoft Defender for Endpoint configuration settings</string>
115-
<key>PayloadDescription</key>
116-
<string/>
117-
<key>PayloadVersion</key>
118-
<integer>1</integer>
119-
<key>PayloadEnabled</key>
120-
<true/>
121-
<key>features</key>
122-
<dict>
123-
<key>scheduledScan</key>
124-
<string>enabled</string>
125-
</dict>
126-
<key>scheduledScan</key>
127-
<dict>
128-
<key>ignoreExclusions</key>
129-
<true/>
130-
<key>lowPriorityScheduledScan</key>
131-
<true/>
132-
<key>dailyConfiguration</key>
133-
<dict>
134-
<key>timeOfDay</key>
135-
<integer>885</integer>
136-
</dict>
137-
<key>weeklyConfiguration</key>
138-
<dict>
139-
<key>dayOfWeek</key>
140-
<integer>4</integer>
141-
<key>timeOfDay</key>
142-
<integer>880</integer>
143-
<key>scanType</key>
144-
<string>full</string>
145-
</dict>
146-
</dict>
83+
<key>PayloadUUID</key>
84+
<string>C4E6A782-0C8D-44AB-A025-EB893987A295</string>
85+
<key>PayloadType</key>
86+
<string>Configuration</string>
87+
<key>PayloadOrganization</key>
88+
<string>Microsoft</string>
89+
<key>PayloadIdentifier</key>
90+
<string>C4E6A782-0C8D-44AB-A025-EB893987A295</string>
91+
<key>PayloadDisplayName</key>
92+
<string>Microsoft Defender for Endpoint settings</string>
93+
<key>PayloadDescription</key>
94+
<string>Microsoft Defender for Endpoint configuration settings</string>
95+
<key>PayloadVersion</key>
96+
<integer>1</integer>
97+
<key>PayloadEnabled</key>
98+
<true/>
99+
<key>PayloadRemovalDisallowed</key>
100+
<true/>
101+
<key>PayloadScope</key>
102+
<string>System</string>
103+
<key>PayloadContent</key>
104+
<array>
105+
<dict>
106+
<key>PayloadUUID</key>
107+
<string>99DBC2BC-3B3A-46A2-A413-C8F9BB9A7295</string>
108+
<key>PayloadType</key>
109+
<string>com.microsoft.wdav</string>
110+
<key>PayloadOrganization</key>
111+
<string>Microsoft</string>
112+
<key>PayloadIdentifier</key>
113+
<string>99DBC2BC-3B3A-46A2-A413-C8F9BB9A7295</string>
114+
<key>PayloadDisplayName</key>
115+
<string>Microsoft Defender for Endpoint configuration settings</string>
116+
<key>PayloadDescription</key>
117+
<string/>
118+
<key>PayloadVersion</key>
119+
<integer>1</integer>
120+
<key>PayloadEnabled</key>
121+
<true/>
122+
<key>features</key>
123+
<dict>
124+
<key>scheduledScan</key>
125+
<string>enabled</string>
126+
</dict>
127+
<key>scheduledScan</key>
128+
<dict>
129+
<key>ignoreExclusions</key>
130+
<true/>
131+
<key>lowPriorityScheduledScan</key>
132+
<true/>
133+
<key>dailyConfiguration</key>
134+
<dict>
135+
<key>timeOfDay</key>
136+
<integer>880</integer>
137+
</dict>
138+
<key>weeklyConfiguration</key>
139+
<dict>
140+
<key>dayOfWeek</key>
141+
<integer>4</integer>
142+
<key>timeOfDay</key>
143+
<integer>885</integer>
144+
<key>scanType</key>
145+
<string>full</string>
146+
</dict>
147+
</dict>
148+
</dict>
149+
</array>
147150
</dict>
148-
</plist>
151+
</plist>
149152
```
150153

151154
2. Save the file as _com.microsoft.wdav.mobileconfig_.

0 commit comments

Comments
 (0)