Install Intune enrollment PPKG and login with school account

huuub

New Member
After at least 100 hours of creating iso I took a big step yesterday. I was finally able to login using the school account.
However on a pc which was allowed to login using autopilot. To overcome this on other pc's also I want to install the PPKG. I use the method from the wifi to also save the PPKG there. I tried installing it in the Specialize phase but that does not work. Could I do it in the Audit System section?
If I put in in the OOBE I can only install it if I use the autologon, but then I am not able to login anymore with the school account.

Are there options?

Is this an option?
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" ...>
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>DISM.exe /Image=C:\ /Add-ProvisioningPackage /PackagePath:C:\oem.ppkg</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>
 

Attachments

  • Autounattend-WORKS.xml
    6.2 KB
Last edited:
Back
Top