Forum Discussion
Kiril
Mar 24, 2021Iron Contributor
Replace Sophos with Windows Defender on Intune managed devices
We are replacing Sophos Endpoint Protection with Windows Defender, and I'd like to ask if anybody has experience in doing so and is willing to share it. a) removing Sophos from Windows 10 devices...
Nathan Blasac
Jun 23, 2021Iron Contributor
What are you currently doing with Sophos? (A/V? EDR? Disk Enryption?)
Are the devices all Intune Enrolled yet?
Are the devices all Intune Enrolled yet?
BNderi
Jun 23, 2021Copper Contributor
we are using Sophos for A/V
All our devices are Intune enrolled
All our devices are Intune enrolled
- Nathan BlasacJun 23, 2021Iron ContributorDo you currently have a script to uninstall it? You will need a silent way to uninstall it. Once you have that you can leverage the PowerShell script method in Intune.
- BNderiJun 23, 2021Copper ContributorI have found a batch file, but no PowerShell script to silent uninstall
- Nathan BlasacJun 23, 2021Iron Contributorif its a simple batch file you could always convert it to PowerShell. Also, you could leverage a Win32 app and call the batch file, you'll simply need something like a reg key on the machine to use as a detection method. Feel free to post the batch file here on the forum.