Share via


Onboard and offboard macOS devices into Purview solutions using Intune for Microsoft Defender for Endpoint customers

You can use Microsoft Intune to onboard macOS devices into Microsoft Purview solutions.

Important

Use this procedure if you have already deployed Microsoft Defender for Endpoint (MDE) to your macOS devices.

Applies to:

Before you begin

Note

The three most recent major releases of macOS are supported.

Onboard macOS devices into Microsoft Purview solutions using Microsoft Intune

Given that Microsoft Defender for Endpoints (MDE) has already been deployed to your macOS devices, you can still onboard the devices into Purview solutions by competing the following steps:

  1. Validate existing FDA system configuration profile
  2. Update MDE Preferences

Validate existing system configuration profile

  1. A full disk access (FDA) configuration profile should have been created and deployed previously for MDE. (For details, see Intune-based deployment for Microsoft Defender for Endpoint on Mac).

  2. Endpoint data loss prevention (DLP) requires additional FDA permission for the new application (com.microsoft.dlp.daemon). Validate that the com.microsoft.dlp.daemon is in the fulldisk.mobileconfig file

Update MDE Preferences

  1. Find the existing MDE Preferences configuration profile. See Intune-based deployment for Microsoft Defender for Endpoint on Mac for details.

  2. Add the following key to the com.microsoft.wdav configuration profile file, then save the file.

    <key>features</key> 
    <dict> 
      <key>dataLossPrevention</key> 
      <string>enabled</string> 
    </dict> 
    

Offboard macOS devices using Microsoft Intune

Important

Offboarding causes the device to stop sending sensor data to the portal. However, data received from the device, including references to any alerts it has had, will be retained for up to six months.

  1. In the Microsoft Intune admin center, open Devices > Configuration. The policies you created display.

  2. Choose the MDE Preferences policy.

  3. Under Properties > Configuration Settings, choose Edit

  4. Remove these settings:

     <key>features</key>
     <dict>
         <key>dataLossPrevention</key>
         <string>enabled</string>
     </dict>
    
  5. Choose **Review+**Save. This will offboard the macOS devices from Purview solutions while not changing the macOS device enrollment in MDE.