|
2 | 2 | title: Deploy and manage device control using JAMF
|
3 | 3 | description: Learn how to use device control policies using JAMF.
|
4 | 4 | ms.service: defender-endpoint
|
5 |
| -author: YongRhee-MSFT |
6 |
| -ms.author: yongrhee |
| 5 | +author: emmwalshh |
| 6 | +ms.author: ewalsh |
| 7 | +ms.reviewer: joshbregman |
7 | 8 | manager: deniseb
|
8 | 9 | ms.localizationpriority: medium
|
9 | 10 | audience: ITPro
|
@@ -42,27 +43,27 @@ Before you get started with Removable Storage Access Control, you must confirm y
|
42 | 43 |
|
43 | 44 | ### Step 1: Create policy JSON
|
44 | 45 |
|
45 |
| -Now, you have 'groups' and 'rules' and 'settings', combine 'settings' and 'groups' and rules into one JSON, here is the demo file: [https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/samples/deny_removable_media_except_kingston.json](https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/samples/deny_removable_media_except_kingston.json). Make sure to validate your policy with the JSON schema so your policy format is correct: [https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/device_control_policy_schema.json](https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/device_control_policy_schema.json). |
| 46 | +Now, you have 'groups' and 'rules' and 'settings', combine 'settings' and 'groups' and rules into one JSON, here's the demo file: [https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/samples/deny_removable_media_except_kingston.json](https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/samples/deny_removable_media_except_kingston.json). Make sure to validate your policy with the JSON schema so your policy format is correct: [https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/device_control_policy_schema.json](https://github.com/microsoft/mdatp-devicecontrol/blob/main/macOS/policy/device_control_policy_schema.json). |
46 | 47 |
|
47 |
| -See [Device Control for macOS](mac-device-control-overview.md) for information about settings, rules and groups. |
| 48 | +See [Device Control for macOS](mac-device-control-overview.md) for information about settings, rules, and groups. |
48 | 49 |
|
49 | 50 | ### Step 2: Update MDE Preferences Schema
|
50 | 51 |
|
51 |
| -The [MDE Preferences schema](https://github.com/microsoft/mdatp-xplat/blob/master/macos/schema/schema.json) has been updated to include the new `deviceControl/policy` key. The existing MDE Preferences configuration profile should be updated to use the new schema file's content. |
| 52 | +The [MDE Preferences schema](https://github.com/microsoft/mdatp-xplat/blob/master/macos/schema/schema.json) is updated to include the new `deviceControl/policy` key. The existing MDE Preferences configuration profile should be updated to use the new schema file's content. |
52 | 53 |
|
53 | 54 | :::image type="content" source="media/macos-device-control-jamf-mde-preferences-schema.png" alt-text="Shows where to edit the Microsoft Defender for Endpoint Preferences Schema to update." lightbox="media/macos-device-control-jamf-mde-preferences-schema.png":::
|
54 | 55 |
|
55 | 56 | ### Step 3: Add Device Control Policy to MDE Preferences
|
56 | 57 |
|
57 |
| -A new 'Device Control' property will now be available to add to the UX. |
| 58 | +A new 'Device Control' property is now available to add to the UX. |
58 | 59 |
|
59 | 60 | 1. Select the topmost **Add/Remove properties** button, then select **Device Control** and press **Apply**.
|
60 | 61 |
|
61 | 62 | :::image type="content" source="media/macos-device-control-jamf-device-control-property.png" alt-text="Shows how to add Device Control in Microsoft Defender for Endpoint" lightbox="media/macos-device-control-jamf-device-control-property.png":::
|
62 | 63 |
|
63 |
| -2. Next, scroll down until you see the **Device Control** property (it will be the bottommost entry), and select **Add/Remove properties** directly underneath it. |
| 64 | +2. Next, scroll down until you see the **Device Control** property (it's the bottommost entry), and select **Add/Remove properties** directly underneath it. |
64 | 65 |
|
65 |
| -3. Select **Device Control Policy**, and then click **Apply**. |
| 66 | +3. Select **Device Control Policy**, and then select **Apply**. |
66 | 67 |
|
67 | 68 | :::image type="content" source="media/macos-device-control-jamf-device-control-add-remove-property.png" alt-text="Shows how to apply Device Control Policy in Microsoft Defender for Endpoint." lightbox="media/macos-device-control-jamf-device-control-add-remove-property.png":::
|
68 | 69 |
|
|
0 commit comments