For a while it has been possible to run and test Windows AutoPilot – when we have imported this hardware information we have done it in Microsoft Store for Business or Microsoft Partner Center, but now it is also possible to do from Microsoft Intune. This makes a lot of sense that we now can do every thing from one portal. From a role based access perspective this is also very good because now our Intune Service administrator can do it without being a global admin in AzureAD or a Admin in Microsoft Store for Business.
Now lets take a look on how we can import this Windows AutoPilot Device information in Intune.
First we login to the Intune portal
- Device enrollment
- Windows enrollment
- Devices
Click import in the top
Browse for the Windows Autopilot device list from our CSV – you can use the Get-WindowsAutoPilotInfo script to extract the information from a device running Windows 10 1703 or later. Just remember that there is a formatting requirements:
- <Serial Number>, <Windows Product ID>, <Hardware Hash>, <Order ID>
- 175 rows maximum allowed
The order ID (The same as group name in MSfB) is not generated by the script and you need to enter it into the csv file
Point to the file and click import
The import process is getting started and can take up to 10 min.
After a while you can see the new imported devices in Intune
You can also see the Windows Autopilot device information in Microsoft Store for Business
If you do not use the right formatting in the .csv import file you get an error:
The order ID in the .csv import file is the same as Group name in MSfB
Is it possible to upload the csv file from powershell? Thanks for a great blog!
https://blogs.technet.microsoft.com/mniehaus/2018/04/16/managing-windows-autopilot-devices-using-the-intune-graph-api/
Now it seems to be 🙂
Unfortunately, the order ID is mandatory, while it was not in the Microsoft Store for Business. Now I have to edit my CSV before uploading it to the Azure portal. I’ll stick to the Microsoft Store for Business portal for now 😉
You no longer need to modify the CSV file that Get-WindowsAutoPilotInfo creates. As of last week, Intune now accepts the same CSV format as the Microsoft Store for Business.
Hi, I read about the possibility to pre-assign an AzureAD user to a device with Autopilot. Is this an existing feature or something that should come shortly? I could not find much information about this feature.
It is live and have been for a while
Is this an Intune feature? I really did not find it!
“Enhanced personalization for self-service deployment – Windows AutoPilot will offer the ability to pre-assign a new Windows 10 device to a specific user in your organization via cloud configuration. This will deliver a highly-personalized out-of-box experience, even before the user enters their corporate email address.”
Sorry read the question wrong – is it not in Intune yet
Hi Per, I want to get a report of Windows 10 devices from InTune/Azure AD that had installed or not installed Microsoft security/critical patches – KBs. Please, can you assist with a Powershell script to produce the CSV file, to contain – 1) Device Name, 2) OS version, 3) latest KB installed, 4) Date Device Patched up