Forum Discussion
Daithi2115
Mar 20, 2024Copper Contributor
Web content filtering in Defender not working outside of Edge
Trying to evaluate Cloud App and blocking Access to Email & Personal Storage While the likes of mail.yahoo and gmail is being blocked within Edge I'm able to bypass it with Chrome. I've Network P...
DylanInfosec
Apr 02, 2024Iron Contributor
Hi,
had a similar issue way early on in our deployment back when GPO was winning over Intune and found that there was a policy hiding. Could be that or someone else created a conflicting AV Policy or Config Profile.
I would quickly confirm Network Protection is actually landing properly on the endpoint with a quick:
Get-MpPreference | fl "EnableNetworkProtection"
0 == Off
1 == On
- Dylan
had a similar issue way early on in our deployment back when GPO was winning over Intune and found that there was a policy hiding. Could be that or someone else created a conflicting AV Policy or Config Profile.
I would quickly confirm Network Protection is actually landing properly on the endpoint with a quick:
Get-MpPreference | fl "EnableNetworkProtection"
0 == Off
1 == On
- Dylan