Forum Discussion

AB21805's avatar
AB21805
Bronze Contributor
Apr 14, 2021
Solved

Removing McAfee live safe via intune

Hi all,    Was wondering if someone can help! I have enrolled devices and all have mcafee live safe trial on which  I need to remove, as I have given these devices back to users, fresh start isnt p...
  • Rudy_Ooms_MVP's avatar
    Rudy_Ooms_MVP
    Apr 15, 2021
    You could "fake" the uninstall command as it is not required, just enter uninstall.cmd

    As detection rule you could add an extra command to the install script to create an additional file something like this:

    New-Item -Path "c:\" -Name "temp" -ItemType "directory" -force
    $path = "c:\temp"
    New-Item -path $path -name "removeav.txt" -ItemType file -force

Resources