Forum Discussion
JimmyWork
Sep 29, 2022Iron Contributor
Remediation script says it worked but did not actually remove applications
The following works when you run it local on the computer. It also works if it is package as a win32 app and ran at deployment during Autopilot. It however does not work as a remediation script....
- Sep 30, 2022Adding -AllUsers to both Get and Remove-AppxPackage fixed the issue
JimmyWork
Sep 30, 2022Iron Contributor
Adding -AllUsers to both Get and Remove-AppxPackage fixed the issue