Does PSAppDeployTookit work with Autopilot/Pre-Provision? I packaged up an Application even using Zero-Configuration MSI Deployment and tried both Deploy-Application.exe and powershell.exe -Command "& { & '.\Deploy-Application.ps1' -DeployMode 'Silent'; Exit $LastExitCode }"
but nothing happens. No log folder is created and I don’t know if it is running.
I even switched the setting to -deploymode ‘noninteractive’ and still just hangs at 0 of 2 apps installed. Nothing in c:\Windows\logs with a software folder.
Does it work to install the application on an existing computer using Intune (not during Autopilot)?
Are both applications installed during Autopilot Win32Apps?