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!
corndawg007
Mar 25, 2024Copper Contributor
shockotechcom, Did you find any solution on this yet? I am running into same issue.
- shockotechcomNov 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 itselfWorks great!
- fjanssonNov 18, 2024Copper 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.
- fjanssonSep 25, 2024Copper ContributorWhat route did you end up picking?