Forum Discussion
How does one build an Intune AutoPilot ready device, using SCCM, without it becoming Co-Managed?
- Oct 10, 2018
Hi Nathan,
Steven McGirr has a nice blog post describing install of a device by finishing with running again through OOBE incl. Autopilot experience based on 1809 devices. He describes the cloud managed scenario with AADJ & Intune (that's what you are looking for) and the co-managed scenario.
see here: https://stevenmcgirr.wordpress.com/2018/10/09/windows-autopilot-for-existing-devices/
best,
Oliver
Hi Nathan,
Steven McGirr has a nice blog post describing install of a device by finishing with running again through OOBE incl. Autopilot experience based on 1809 devices. He describes the cloud managed scenario with AADJ & Intune (that's what you are looking for) and the co-managed scenario.
see here: https://stevenmcgirr.wordpress.com/2018/10/09/windows-autopilot-for-existing-devices/
best,
Oliver
Hi Nathan,
could you share the script running after the TS to uninstall agent and gathering the hardware id?
And Michael Niehaus also provides an example TS:
https://blogs.technet.microsoft.com/mniehaus/2018/10/25/speeding-up-windows-autopilot-for-existing-devices/
BR,
Christian
- treestryderNov 06, 2018Iron Contributor
Here is another blog article, this one with lots of pretty screenshots...
Upgrade Windows 7 using Windows Autopilot in Configuration Manager
As to my script, which removed the SCCM Client from, registered, then OOBE reset the device; it will be invalidated by the ability to drop a configuration file on the device, which will cause it to automatically register the device. Besides the registration code was copied from someone else. ;-)
- treestryderNov 06, 2018Iron Contributor
It looks like there will soon be a new SCCM Task Sequence Template for building AutoPilot devices.