Inbound Traffic Blocked, Check Firewall Settings Jun 2026
Temporarily disable the firewall to confirm the issue (do not do this in production).
Get-NetFirewallRule | Where-Object $_.Direction -eq 'Inbound' -and $_.Enabled -eq 'True' | Format-Table DisplayName, Action inbound traffic blocked, check firewall settings