Article

    MDM Integration: How to Find the MDM macOS Profile and EmailID in the Payload | Nightfall AI Knowledge Base

    1 min read
    Last updated 3 hours ago

    MDM Integration: How to Find the MDM macOS Profile and EmailID in the Payload

    Purpose

    To find the MDM profile and Email to share with Nightfall

    Environment

    • MDM: Payload

      • Profile and EmailID
    • macOS: All Versions

    Resolution

    From the machine, open Terminal and run:

    sudo profiles show -o stdout

    1. Locate the email and profile in question. Example:

      ProfileIdentifier = "com.random.abcdefgh12345678"ProfileItems =      (                {          PayloadContent =          {            ...            Email = "john.doe@contoso.com";
      
    2. Take note of the ProfileIdentifier, ProfileItems, PayloadContent, and Email.

    3. Provide the complete profile payload to Technical Support

    NOTE: The email and Profile in the payload to choose would be whatever is assigned to your MDM profile.