Forum Discussion
Peanut2020
Oct 30, 2025Copper Contributor
Uninstalling bundled/preinstall O365 during Autopilot
 We recently purchased a bunch of new HP ProBook 400 laptops that come bundled/preinstalled with O365 x64. However, since all staff use a 32-bit line of business application, we need to install and us...
Bogdan_Guinea
Oct 30, 2025Iron Contributor
Hy,
Did you get anything from the IME logs located at C:\ProgramData\Microsoft\IntuneManagementExtension\Logs?
Sometimes, the installation of 32-bit apps via Intune deployment could be the issue.
Try this install: %SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File YourDeploymentScript.ps1
For the Uninstall same only use you unistall .ps1
Good luck!