Hello,
By default, Group Policy might be configured to block user intervention with Windows Firewall rules. Here's how to modify the Group Policy to allow users to respond to those pop-ups:
1.a domain controller or a machine where the Group Policy Management Console is installed, open the console by typing gpmc.msc
in the Run dialog or search box.
- Navigate to the domain or OU where you want to apply the policy.
Right-click on the desired container and select "Create a GPO in this domain, and Link it here" if creating a new policy.
- In the Group Policy Management Editor window, navigate to:
Computer Configuration > Policies > Administrative Templates > Network > Network Connections > Windows Defender Firewall
- Locate the policy named something similar to:
Allow users to permit signed applications through the firewall
Allow users to permit unsigned applications through the firewall
Double-click each policy, set them to "Enabled", and click "OK". This will allow users to respond to prompts and create exceptions for signed and unsigned applications.
5.Depending on your environment and requirements, you may also want to configure the notification settings under:Windows Defender Firewall: Allow inbound notifications through the firewall
Ensure this is enabled if you want users to see the pop-ups.
- After making these changes, close the Group Policy Management Editor. Users will need to either log off and back on again, or run
gpupdate /force
from an elevated command prompt for the new policy settings to take effect.
For firewall rules you can refer to the following link:Windows Firewall rules - Windows Security | Microsoft Learn
Regards,
Zunhui