0

I have been doing some research on Intune autopilot - I see that once hardware hash is registered it can go on autopilot mode wherein- users just need to sign in and all configurations are taken care by Autopilot Profiles. One thing that stuck in mind is, can it replace WDS or SCCM where it can install OS with Autopilot?

Jon drew
  • 55
  • 2
  • 7

1 Answers1

1

Windows Autopilot does not technically install OS using pre-defined OS image like WDS/SCCM does. It actually uses local device image and configures it out-of-the-box. So Windows Autopilot is a NextGen replacement of WDS/SCCM, but for Windows 10 installations only. If you need to use a custom image, you have to use WDS/SCCM as before (or any other third-party alternative)

J-M
  • 1,930
  • 1
  • 11
  • 17
  • I always recommend my colleagues to watch the videos at https://www.youtube.com/intunetraining because they explain exactly what you refer to as "NextGen". – Raffael Luthiger Jun 08 '21 at 20:55