Forum Discussion
JulianAF2380
Jul 19, 2023Brass Contributor
How deploy application using powershell script by intune ?
Hi community! i'm trying to replace our anti virus Sophos by Checkpoint using script powershell. The script works fine if i execute it with admin permission on the client but by Intune it's fail...
Jul 20, 2023
Mmmm... I only looked at the ime log you showed us... from there on I would say something is not going well as it does not find that MSI file.
So if it was me I would first just create a temp folder and copy the msi file to that location before uninstalling the the sophos client.
And after the uninstall, launcht that msi from the location you copied to instead of the imecache root folder
So if it was me I would first just create a temp folder and copy the msi file to that location before uninstalling the the sophos client.
And after the uninstall, launcht that msi from the location you copied to instead of the imecache root folder
Jul 20, 2023
You don't actually need the MSI for uninstall
- JulianAF2380Jul 20, 2023Brass Contributor
The uninstallation of Sophos working, it's the installation of the MSI the problem.... I edited the primary post 🙂
- Jul 20, 2023
yeah i figured :)… did you read my respsonse to copy that msi to a temp folder first?
- Jul 20, 2023It uses that msi for install right ? uninstall sophos and install the checkpoint with that msi (or am I totally reading it wrong) 🙂