Skip to content

Commit 555a82c

Browse files
authored
Update mac-preferences.md
I have added the following entry to the profile of the "Intune full profile": <key>behaviorMonitoring</key> <string>enabled</string However, this is not the only part of the page that requires revision. In the "Full configuration profile example" section of this page, the following explanation is provided: ---------------------- The following templates contain entries for all settings described in this document ---------------------- Despite this, the profiles listed under "Property list for JAMF full configuration profile" and "Intune full profile" do not include all the settings described on this page. Specifically, settings such as definitionUpdatesInterval, automaticSampleSubmissionConsent, and behaviorMonitoring are missing, among others. This time, I only added behaviorMonitoring to the Intune full profile, as it was the only one confirmed during functional testing. I would appreciate it if you could share this with PG and recommend that they review the full profile in the "Full configuration profile example" section and add any missing settings.
1 parent fa16ad2 commit 555a82c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

defender-endpoint/mac-preferences.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,8 @@ The following templates contain entries for all settings described in this docum
995995
<dict>
996996
<key>enforcementLevel</key>
997997
<string>real_time</string>
998+
<key>behaviorMonitoring</key>
999+
<string>enabled</string>
9981000
<key>scanAfterDefinitionUpdate</key>
9991001
<true/>
10001002
<key>scanArchives</key>

0 commit comments

Comments
 (0)