Forum Discussion
shockotechcom
Jul 28, 2023Iron Contributor
Windows Autopilot and Configuration Management Client Installation Methods
I'm using Windows Autopilot to build my machines with AzureAD hybrid join. Currently as part of the ESP we deploy the configuration manager client and our VPN software (both Win32 apps) to them so we...
- Nov 15, 2024
Since we are Hybrid joined I did the following:
- Create a custom Win32 app in tune and delivery as a blocking app in ESP phase of autopilot
- This app creates a scheduled task that runs on next reboot and installs the MECM agent on next boot then disables itselfWorks great!
shockotechcom
Nov 15, 2024Iron Contributor
Since we are Hybrid joined I did the following:
- Create a custom Win32 app in tune and delivery as a blocking app in ESP phase of autopilot
- This app creates a scheduled task that runs on next reboot and installs the MECM agent on next boot then disables itself
Works great!
fjansson
Nov 18, 2024Brass Contributor
Would you mind sharing your code for this? 😁I tried the same route but through scripts in Intune instead. Your solution sounds more stable.