Audit mode isn't enabled. Use Group Policy to set the rule to Disabled (value: 0).
Use audit mode
You can enable network protection in audit mode and then visit a website designed to demo the feature. All website connections are allowed by network protection but an event is logged to indicate any connection that would be blocked if network protection were enabled.
Perform the connection activity that is causing an issue (for example, attempt to visit the site, or connect to the IP address you do or don't want to block).
In certain circumstances, a network protections component might contribute to slow network connections to Domain Controllers and/or Exchange servers. You might also notice Event ID 5783 NETLOGON errors.
To attempt to solve these issues, change Network Protection from 'block mode' to either 'audit mode' or 'disabled'. If your network issues are fixed, follow the next steps to find out which component in Network Protection is contributing to the behavior.
Disable the following components in order and test your network connectivity performance after disabling each one:
If your network performance issues persist after following these troubleshooting steps, then they're probably not related to network protection and you should look for other causes of your network performance issues.
Collect diagnostic data for file submissions
When you report a problem with network protection, you're asked to collect and submit diagnostic data for Microsoft support and engineering teams to help troubleshoot issues.
Open an elevated command prompt and change to the Windows Defender directory:
cd c:\program files\windows defender
Run this command to generate the diagnostic logs:
mpcmdrun -getfiles
Attach the file to the submission form. By default, diagnostic logs are saved at C:\ProgramData\Microsoft\Windows Defender\Support\MpSupportFiles.cab.
Resolve connectivity issues with network protection (for E5 customers)
Due to the environment where network protection runs, Microsoft is unable to see your operating system proxy settings. In some cases, network protection clients are unable to reach the cloud service. To resolve connectivity issues with network protection, configure one of the following registry keys so that network protection becomes aware of the proxy configuration:
Set-MpPreference -ProxyServer <proxy IP address: Port>
---OR---
Set-MpPreference -ProxyPacUrl <Proxy PAC url>
You can configure the registry key by using PowerShell, Microsoft Configuration Manager, or Group Policy. Here are some resources to help: