what will happen at backend I mean at server level when we enrolled a device

Mohammad Ismail Sikandar 1 Reputation point
2020-12-15T02:44:06.657+00:00

I did all the configuration at the front end (In Intune console) required for device enrollment and successfully enrolled the device. what will happen at the backend at the server level? what objects get created? how the API calls flow and how the intune services work at the backend.

Could anyone provide a detailed description or related document?

Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,282 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Nick Hogarth 3,436 Reputation points
    2020-12-15T03:47:46.267+00:00

    The best read would be Oliver Kieselbach's post https://oliverkieselbach.com/2019/07/18/intune-policy-processing-on-windows-10-explained/ or the links in this document https://learn.microsoft.com/en-us/windows/client-management/mdm/ . It is quite a broad question.


  2. Lu Dai-MSFT 28,366 Reputation points
    2020-12-15T09:32:42.043+00:00

    @Mohammad Ismail Sikandar Thanks for posting in our Q&A.

    For objects created, the device objects will be added into Azure AD and Intune after device enrollment. Here is the one in my environment:
    The device object in Azure AD portal:
    48247-image.png

    The device object in intune portal:
    48354-image.png

    For API calls flow and intune service flow, based on my research, it is not recorded in our official articles. I only find the following articles for the reference.
    https://learn.microsoft.com/en-us/mem/intune/developer/intune-graph-apis
    https://learn.microsoft.com/en-us/graph/api/resources/intune-graph-overview?view=graph-rest-beta

    If you are interested in it, maybe you can consider contacting our Premier support to get more information:
    https://www.microsoft.com/en-us/msservices/premier-support

    Thanks for understanding and have a nice day.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Mohammad Ismail Sikandar 1 Reputation point
    2020-12-16T05:50:02.283+00:00

    I am looking for server-level information, what will happen at sever when we enrolled a device and did the global admin have access to the MDM server.


  4. Mohammad Ismail Sikandar 1 Reputation point
    2020-12-18T05:42:59.43+00:00

    Basically, I faced this question in "Microsoft Interview". The interviewer asked me to explain "what will happen at backend at server level when we enrolled a device" I tried to explain about AAD ID creation and flow of push notification but he refused and asked to explain the server-level flow.

    Lost my Interview!