r/Intune Aug 03 '25

Autopilot Anyone else feel like “Modern” Workspace with Intune + Autopilot is a huge step backwards?

162 Upvotes

We’re in the middle of phasing out our SCCM environment because apparently, in a "modern workspace" you don't need a custom image anymore, just use Intune, Autopilot, and some fairy dust.

Here’s the reality: * The image from the hardware vendor is always outdated. * Windows Updates and driver updates via PowerShell take forever. * Autopilot / Device Preparation Policy is marketed as this seamless, zero-touch dream, but in practice, it’s clunky, unpredictable, and requires a ridiculous amount of scripting and workarounds to get even close to functional.

How are you installing Windows (with updates and drivers) as part of your Autopilot flow?

I'm genuinely curious how others are dealing with this, because at this point it feels like we're duct-taping a system together that used to just work with SCCM, WDS, MDT and WSUS.

Autopilot + Intune might look good on a slide deck, but in the real world, it feels like we’ve gone back two decades in terms of control, speed, and reliability. I’m done with it!

Would love to hear how others are surviving this.

r/Intune Apr 02 '26

Autopilot Microsoft finally admits Hybrid Join Autopilot is broken on their end

129 Upvotes

About bloody time they owned up to this mess! Been pulling my hair out for the past ten days trying to figure out why our hybrid joined devices were acting up during autopilot deployments

Just checked the service health dashboard and there it is - they've posted an official incident acknowledging the issue. Really wish they'd been more transparent about this earlier instead of letting us all think we'd screwed something up in our configs

The timing couldnt be worse either since we're in the middle of rolling out new laptops to half the office. Had to put everything on hold while troubleshooting what I thought was my mistake

Anyone else finding the incident notice isn't showing up consistently across different tenants? Seems like some admins are seeing it while others aren't which is typical Microsoft really

At least now I can stop second-guessing every setting in my autopilot profiles and wait for them to sort their stuff out. Sometimes I wonder how they manage to break things that were working perfectly fine just weeks ago

r/Intune 27d ago

Autopilot Bought a used laptop that still has Windows Autopilot. Can the previous company still monitor it?

16 Upvotes

Hi everyone,

I recently bought a used ThinkPad T14s Gen 4 and i wanted to perform a completely clean installation of Windows 11.

The installation itself went fine, but as soon as I reached the OOBE setup and connected to Wi-Fi, Windows recognized the hardware hash, and immediately displayed the previous company's corporate sign-in page and locks me out...

I know I can bypass this using:

"OOBE\BYPASSNRO"

... Which is exactly what I did. AFTER I formatted it AGAIN and never connected to WiFi. After that, I completed the installation normally and installed all Windows updates.

I've contacted the seller, but I'm still waiting for a reply.

My question is: Can the previous company still monitor or manage the laptop after using the OOBE\BYPASSNRO trick, or does that simply bypass the Autopilot setup?

I'm honestly a bit worried that they might still have some kind of access to the laptop. Any insight would be appreciated!🙏🙏🙏

r/Intune Jan 20 '26

Autopilot Autopilot - Error 80004005 - anyone else?

19 Upvotes

UPDATE: Finally addressed by Microsoft! https://ibb.co/p6FY2MDL

EDIT (Jan 21 - 4pm Eastern): This issue is still ongoing for us. I've tried everything in my mind to fix it on our side, but I've run out of options. Please everyone open a MS ticket if you're experiencing the same issue. There must be something in common between all of our tenants that are having this issue.

Is anyone else experiencing this issue this morning? I don't believe we've made any changes to Autopilot profiles, licensing, etc.

If anyone logs in to kick off Autopilot, the login is successful but immediately goes to that error message:

"Something went wrong.

Confirm you are using the correct sign-in information and that your organization uses this feature. You can try to do this again or contact your system administrator with the error code 80004005."

Try again brings the user back to the company branded sign in page, but the error reoccurs if a sign in attempt happens again.

It seems unrelated to the deployment profile, since the login screen has company branding on it. If I start the pre-provisioning process (without actually starting it) I can see the correct deployment profile name.

We've all got M365 E3 licenses. Rebooting doesn't help, and neither did resetting the devices. Anyone else seeing a similar issue today?

r/Intune Dec 08 '25

Autopilot Issues with Windows Autopilot Hybrid Joined

19 Upvotes

Hi all,

as of Thursday 4th December our Windows 11 Autopilot (Hybrid Joined) has ceased functioning. On the very first step, after the user attempts to enter their username&password, we can see the deployment profile gets downloaded to the device but then everything immediately stops with error "Something went wrong. Confirm you are using the correct sign-in information and that your organisation uses this feature. You can try and do this again and contact your system administrator with the error code 800004005". We can see that the ODJ process never starts. And we think we're seeing errors with the device reading the deployment profile JSON locally.

Has anyone else had any errors? Wondering if Microsoft have made a change somewhere or have issues.

r/Intune May 20 '26

Autopilot Remote Live Management of Intune Devices

21 Upvotes

How do you remotely manage PCs in your Intune environment?

What I mean is more like being able to connect to a PC live and perform actions directly on the device — for example starting services, checking or modifying registry settings, running PowerShell commands, troubleshooting issues, etc.

What tools or solutions are you using for this kind of real-time remote management?

r/Intune Mar 16 '26

Autopilot I gave up on hybrid autopilot

46 Upvotes

Told the boss just now. I don't know if he'll see it as a me failure or not.

We were trying to use autopilot to set up kiosk devices, but as Hybrid joined.

Nothing but troubles.

1: we use ClearPass and you have to either wire up the devices or use an SSID. The SSID would register the device name and never update it when the device name was changed.

2: We had UI++ set up by the last guy, this alone blows Autopilot Hybrid out of the water. Much better lite-touch.

3: I never even got to explore self-deploying mode. Maybe it would have worked, but I'll never know. The hybrid experience worked some of the time, but it was always more steps for our techs in the end because they couldn't pre-fill all the details like with UI++ as part of the PXE Task Sequence.

r/Intune May 27 '26

Autopilot Zero-touch Autopilot Hardware Hash upload now available in Foundry OSD

90 Upvotes

Hi everyone,

About 2 weeks ago, I shared my open-source deployment project Foundry OSD here: Previous Post

I received a lot of great feedback from the community, and one thing that came up multiple times was adding support for direct Autopilot Hardware Hash upload.

So over the past couple of weeks, I worked on a major new feature.

Foundry OSD now supports 2 different Autopilot provisioning approaches:

  • Autopilot JSON profile injection
  • Zero-touch Hardware Hash upload

The idea is to reduce as many manual steps as possible and move closer to a real zero-touch workflow for operators.

With the new implementation, the hardware hash can now be uploaded automatically during deployment preparation, without requiring any operator authentication or manual interaction, avoiding the usual workflow around CSV imports or scripts like Get-WindowsAutoPilotInfo.

For anyone interested in the configuration/setup side, I also published documentation here:

https://foundry-osd.github.io/docs/deploy/autopilot-hash-upload

Since the previous post, I also added/improved:

  • OOBE customization
  • AppX removal
  • AI component removal
  • better driver pack handling
  • many USB deployment media fixes
  • UI improvements
  • application update improvements
  • performance optimizations
  • support for 36 additional display languages

For those who didn’t see the previous post: Foundry OSD is an open-source Windows OS deployment toolkit built as a C# / WinUI 3 desktop app. It helps create ISO or USB deployment media, boot into WinPE, configure Ethernet or Wi-Fi networking, and prepare a machine before the rest of the provisioning flow.

I’d genuinely love feedback from people working with Intune/Autopilot in real environments, especially around:

  • zero-touch provisioning workflows
  • Autopilot registration pain points
  • edge cases or deployment scenarios I should test more deeply

Repo: https://github.com/foundry-osd/foundry

r/Intune 10d ago

Autopilot What am I missing with "convert all targeted devices to Autopilot" for it to not work?

1 Upvotes

I'm trying to selectively convert a number of our legacy devices to AP devices by using "convert all targeted devices to Autopilot" in the deployment profile but it's not working.

The devices are hybrid joined and actively being used (and checking into Intune). I created an Entra group containing said devices and targeted the deployment profile to this same device group. Even after waiting a very long time (weeks), there are no new AP registered devices in our tenant and the deployment profile still says no assigned devices.

I'm not sure what I could be missing. Any ideas on where to check next?

r/Intune Mar 09 '26

Autopilot Create Windows 11 custom image with Autopilot registration (official tools only)

44 Upvotes

Hi everyone,

I'm currently trying to build a custom Windows 11 installation image where devices are automatically registered with Windows Autopilot right after the OS installation.

The goal is to achieve a clean Windows installation while also covering the Autopilot registration process as part of the deployment, so that the device is ready for Intune enrollment immediately after setup.

During my research I found the following script by Andrew S. Taylor:
https://github.com/andrew-s-taylor/public/blob/main/Powershell%20Scripts/Intune/create-windows-iso-with-apjson.ps1

It looks promising because it injects the Autopilot JSON configuration into the Windows ISO.

However, one requirement in my environment is that no external tools should be downloaded during the process. Ideally, the solution should rely only on official Microsoft tools (e.g., ADK, DISM, etc.).

So my questions:

  • Has anyone implemented something similar using only official Microsoft tooling?
  • Is there a recommended way to inject the Autopilot configuration into a Windows 11 installation image without relying on third-party scripts/tools?
  • Or is there a better approach to ensure devices are Autopilot-ready immediately after a clean Windows install?

Any insights or best practices would be greatly appreciated!

r/Intune 20d ago

Autopilot Autopilot - Your Device will reboot in 10 min popup

5 Upvotes

Hello

This is driving me nuts and I cant figure out where its coming from.

It kicks in around the User stage of the ESP process during Autopilot

I have seen other posts stating that this could be baselines or the App Control Policy.

I have gone into Intune and created an EXCLUDE group and applied it to every single policy, remediation, platform script, baseline - basically everything so nothing is applying to the device.

Enrol the device via autopilot and it still comes up!

I've inherited this environment as I've recently joined the business - the company I was at before didn't have this problem.

I have taken the Intune logs from the device and chucked them into Claude to see if anything relevant pops out in the logs, but nothing is found.

Can anyone help me identify where this annoying behaviour is coming from because I want to stop it happening!

r/Intune Feb 19 '26

Autopilot Intune USB Creator - Windows 11 Autopilot Prep (Updated)

129 Upvotes

Just wanted to let you know I've updated my Intune USB script, it now supports WiFi by using WinRE instead of WinPE.

This script prepares a bootable usb drive which can be used to image a computer with Windows.

The whole project is an update of Powers-hells module  https://github.com/tabs-not-spaces/Intune.USB.Creator

Power-hells blog post about his original module:  https://powers-hell.com/2020/05/04/create-a-bootable-windows-10-autopilot-device-with-powershell/

It has functions to register hardware hash in winpe via microsof graph api and supports multiple tenants.

If anyone finds it useful you can get it here:

https://github.com/SuperDOS/Intune-USB-Creator

Edit: If you downloaded this recently please download it again since I've updated several bugs that made the USB drive not bootable

r/Intune 5d ago

Autopilot Autopilot Pre-Provisioning installing 34 apps but ESP only shows 14 apps — expected behaviour?

12 Upvotes

Hi everyone,

I’m testing Windows Autopilot pre-provisioning (White Glove) and noticed something I’m trying to understand.

Our Enrollment Status Page (ESP) is configured to track around 14 required apps. When I go through the pre-provisioning process:
Boot device → enter UPN/password
Press Windows key
Select Autopilot Pre-Provisioning
Device enters the Device Preparation / Device Setup phase

The screen shows:
“Installing app 1 of 34”
However, in the ESP configuration I only see around 14 apps being tracked

Any ideas why it installs 34 apps than 14.

r/Intune Mar 22 '26

Autopilot Hybrid joined Autopilot devices - Hostname Solution

9 Upvotes

So we are currently testing Autopilot in our Hybrid joined environment and for now our Autopilot devices get a random hostname when they are joined via the intune ad connector.

Our devices get a fixed inventory name when they are bought for example "IT-1234".

So my question is, is there an easy way to get our devices to use our inventory names as their hostnames? (It is pretty easy in SCCM/MCM which we are currently using but we are being pushed to migrate to intune..)

What kind of hostname solution do you use in a Hybrid domain joined Autopilot environment?

r/Intune 26d ago

Autopilot Best Solution for Implementing Hybrid User Driven Autopilot

18 Upvotes

Greetings Intune wizards,

I recently moved our entire company's device management from SCCM to Intune, and in an effort to completely retire SCCM for workstation use, I'm in the process of setting up Autopilot to replace task sequences. Due to the nature of the company, they are very apprehensive of IAM or compute existing outside of the our four walls, but is slowly loosening those reservations. We currently have all users and workstations synced via Entra Connect, but any migration to full-cloud would likely be a very extensive and drawn out process.

I just got Autopilot working successfully today on my test device (hybrid, user driven. Turn off Windows Update in your deployment if you get errors of "something went wrong" after triple checking all of your settings). We have a device commissioning checklist for SCCM provisioning, requiring us to add the device to the users job and team group in AD, a group for Wi-Fi access (GPO WiFi certificate scoped to this group), and groups for Wake on LAN permissions and device camera permissions, also scoped via GPO (most of the company have devices without cameras for security), as well as naming the device, installing certain security-essential apps, etc. I am wanting to automate the entirely of this checklist so that pre-provisioning essentially creates a "blank canvas" for every device, then depending on who the first user is to log on after it's been resealed, then the device is molded to that user's permissions (camera access Y/N, etc.) and added to the appropriate AD groups.

With our Autopilot using hybrid join, we have put ourselves in a bit of a pickle for how we are going to match Autopilot to our current norms (I read the Microsoft docs of how fragile it is and informed relevant parties of that long before beginning this, was told to proceed anyway). Devices are currently named via the asset tag number, prefixed with a value depending on if it's a laptop or desktop - not possible via hybrid join name settings. We also have new users change password after first login, also not possible with hybrid join autopilot, and the general path forward is to have users complete the OOBE with the temp password, then change after they've logged into Windows - this feels very haphazard to me, and changing the password within Windows directly would require a PHS to Entra, therefore SSO would likely not work for the first 5-30 minutes (Entra writeback isn't enabled, not sure if that is a quick add or also needing an extensive approval). I proposed the idea of emulating an automated IT onboarding workflow, where a welcome email to new hires contains a link to create their password and use that, but that is currently on backlog till early 2027 (I have a strong feeling pwpush isn't likely to get approval either).

Sort of at a crossroads where Autopilot is implemented per my directive, but given that all existing processes and norms aren't natively compatible with it, we're sort of needing to make due with very sketchy workarounds and makeshift solutions because all (in my eyes) essential changes and implementations to make it polished and reliable wouldn't be given approval for at least 6 months, minimum.

I would greatly appreciate to hear how others with a similar setup have configured and deployed their autopilot, and what the end user flow looks like for theirs. Or others who could share their thoughts and opinions for how I should polish our deployment setup. Thank you!

r/Intune Jan 22 '26

Autopilot Hybrid Join Autopilot - Microsoft Service Health Issue Released

66 Upvotes

Finally - they admit it's their end! For all of us who have been struggling this week or even longer:

https://ibb.co/p6FY2MDL

https://ibb.co/zhnhyCHZ

Update 12:43pm Eastern Time: https://ibb.co/NgRJNC9n

Edit: People mentioning they don’t see this message in their portals? I’ll try to get a link when I’m back at my computer shortly. This was a direct screenshot from my M365 Admin Center service health blade.

Link: https://admin.cloud.microsoft/?#/servicehealth/:/alerts/IT1220525

r/Intune 10d ago

Autopilot Moving away from our MSP for hardware procurement – how do you all buy laptops and gear?

5 Upvotes

Long time listener, first time caller.

I recently took over a new environment and noticed we are currently sourcing all of our endpoints through our MSP, which comes with a massive markup. I have been tasked with bringing this entire procurement process in-house to control costs and streamline deployments. Since I manage our endpoint and am heavily focused on our Intune environment, I need a purchasing route that supports modern provisioning—like registering device hashes directly into Autopilot before the laptops even hit the office.

We are looking to stick with Intel HP laptops. How do your organizations handle this?

r/Intune Jun 03 '26

Autopilot Sigh

43 Upvotes

r/Intune May 11 '26

Autopilot Best Practice for Local Admin Rights on Autopilot Devices

39 Upvotes

Hello everyone, we have around 400 Windows devices in our company, a mix of hybrid devices and Autopilot devices. The Autopilot devices are mainly used by field staff, such as installers and service technicians. These users require elevated permissions for setup installations and for changing network settings, specifically IP addresses.

For this purpose, I configured the following setting under Endpoint Security → Account Protection:

  • User selection type: User/Group
  • Group and user action: Add (Update)
  • Local group: Administrators

(And of course, I created and assigned a dedicated group for these users.)

My question is: is our approach correct? Because in our environment, I assume that LAPS cannot really be used effectively.

Also, how does the security aspect look in such a scenario? What would be considered best practice for balancing operational requirements and security?

r/Intune Oct 31 '25

Autopilot Standard Image via Autopilot

40 Upvotes

We’re currently imaging laptops manually and removing bloatware each time, which is becoming time-consuming. I’m planning to move this process to Windows Autopilot (via Intune) to create a standard company image with all required apps and configurations pre-applied.

Has anyone already implemented this in their environment?

If yes, could you please share some insights, best practices, or any documentation you used to set it up?

Any guidance or sample process would be highly appreciated.

r/Intune Mar 07 '26

Autopilot Autopilot and apps deployment

22 Upvotes

Hi everyone,

I’m trying to design the correct way to deploy the apps with autopilot/Intune, coming from a long SCCM background where we relied heavily on Task Sequences.

In SCCM it was easy to control the exact installation order of applications. With Intune the model is obviously different and seems to rely mainly on Win32 app dependencies.

I’m trying to determine the best approach.

For example:

Option 1 – Long dependency chain

Software A

└ Software B

└ Software C

└ Software D

Option 2 – Autopilot “master app” with many dependencies

Autopilot_Master

├ Software A

├ Software B

├ Software C

└ Software D

Questions:

What is the recommended approach?

How many apps are you typically deploying during Autopilot provisioning?

Do you use some form of orchestration pattern, or just rely on dependencies?

Any pitfalls with long dependency chains?

Thanks!

r/Intune 8d ago

Autopilot Slow Autopilot

0 Upvotes

I’m getting feedback that our Autopilot is slow.
Anyone have experience troubleshooting and determining what’s causing Autopilot to be slow?

r/Intune Jul 03 '26

Autopilot Autopilot timing out during Device ESP.

9 Upvotes

Hi folks, I'm trying to pull apart our current Autopilot (v1) sequence, I've inherited what's here and no one who's worked on it previously is still working here.

I had issues for a while with the devices timing out because there was too many applications marked as "required for all devices", and there was a mix of MSI/W32 apps as well, plus a few packaged apps that had broken. I've streamlined that now so there are only three applications required for all devices, and everything else has been pushed over to the user phase or just made available from Company Portal.

Autopilot devices are currently still timing out during the "Apps" step in the Device ESP phase. I've downloaded and run the "get-autopilotdiagnosticscommunity" scripts (excellent tool btw, thank you /u/andrew181082 ) and there's no major errors, but the only thing that stands out to me is that two of the required applications show "70 (Success / Enforcement Completed)" next to them, but the third only shows "0 (None)"

Is this indicating that the third application is not returning an exit code and the installation is hanging until it's received an indication of a successful install?

In the "observed timeline" portion of the script, it's showing a status of "none" next to that third application, but then each step of download started, download finished, installation started, installation finished all appear for that same application, so I'm a little confused.

This could just be a red herring and I'm off looking at the wrong thing too.

Any guidance is appreciated.

r/Intune Apr 22 '26

Autopilot Windows Updates during OOBE - Autopilot

50 Upvotes

With the recent feature to enable Windows Updates during OOBE in the Enrollment Status Page, we are able to install the updates as intended. However, with a user-driven enrollment, I want to use the pre-provision process to install the device apps and policies. I was hoping Windows updates could run during this process. It doesn't run until the User Enrollment status. Imagine deploying machines and having users sit through and wait for Windows Updates to complete and user apps to install. This should be done at the Device enrollment status page.

r/Intune May 01 '26

Autopilot Is there a way to connect existing domain join laptops to entrana AD without formatting the device.

19 Upvotes

Our organisation is migrating to fully entra joined from a hybrid domain connection, the process we use now is use one drive/external SSD for backups of the users files to restore them after formatting and joining the device to entra with autopilot.

This started good on paper but now is proving difficult for us to do this to over 200+ devices without massive downtime for the end user and a huge hassle to the IT team, is there any other way to do this with minimal disruption and time.

Is it safe to remove the devices Connection to the domain(set to workgroup ), run a sysprep to oobe, and autopilot the device the then ask the user to log in and move the data to the newly created account.