I am trying to use Microsoft Endpoint Manager to block all traffic to Microsoft Edge for a group. I have done the following:
- Created a group called Students and added user "Zephyr Prospect" (not a real person)
- Created an endpoint protection firewall profile
- added that profile to the students group
- Added a Microsoft Defender Firewall configuration to the profile
- Added a Firewall Rule to the configuration. In the rule I have the following:
Rule settings:
- Direction: inbound
- Action: Block
- Network Type: 0 selected
- Application: Package family name
- Package Family name: Microsoft.MicrosoftEdge_8wekyb3d8bbwe (got this from Get-AppXPackage)
- Local Address: any address
- Remote address: any address
- Protocol: any
- Interface types: 0 selected
But the student in the group can still connect with Edge. I tried changing direction to Outbound as well.
How do I get this rule to work?