How to register Windows AutoPilot Device using Graph API

智宏 立辻 41 Reputation points
2021-11-08T06:23:22.21+00:00

Hi there.

I want to register Windows AutoPilot Device using Graph API.

Which resource of Graph API should I use?

Thank you.

Windows Autopilot
Windows Autopilot
A collection of Microsoft technologies used to set up and pre-configure new devices and to reset, repurpose, and recover devices.
407 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,334 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lu Dai-MSFT 28,346 Reputation points
    2021-11-08T08:25:46.987+00:00

    @智宏 立辻 Thanks for posting in our Q&A.

    For this issue, I have done a lot of research. For windows autopilot enrollment, it seems that the following resources are needed:
    windowsAutopilotDeviceIdentity
    importedWindowsAutopilotDeviceIdentity
    windowsAutopilotDeploymentProfile
    windowsAutopilotDeploymentProfileAssignment

    At the same time, I find a PowerShell package about it.
    https://www.powershellgallery.com/packages/WindowsAutoPilotIntune/4.8/Content/WindowsAutoPilotIntune.psm1
    Note: Non-Microsoft link, just for the reference.

    Hope it will give you some ideas.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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

2 additional answers

Sort by: Most helpful
  1. 智宏 立辻 41 Reputation points
    2021-11-09T00:36:16.193+00:00

    @Lu Dai-MSFT Thank you for your answer.

    Let me ask you an additional question.

    What is the difference between windowsAutopilotDeviceIdentity and importedWindowsAutopilotDeviceIdentity?

    Should I use importedWindowsAutopilotDeviceIdentity to create a record on the attached screen?

    147562-%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88-2021-11-09-93316.png


  2. 智宏 立辻 41 Reputation points
    2021-11-10T00:52:56.453+00:00

    @Lu Dai-MSFT
    I understand.
    Thank you.