From 59bfa0fb09f47e04307be28749132b0c5471c898 Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 28 Jun 2024 08:20:03 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from exu --- .../default.en.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pages/03.azure/intune/endpoint-windows-firewall-policy/default.en.md diff --git a/pages/03.azure/intune/endpoint-windows-firewall-policy/default.en.md b/pages/03.azure/intune/endpoint-windows-firewall-policy/default.en.md new file mode 100644 index 0000000..43d4b5e --- /dev/null +++ b/pages/03.azure/intune/endpoint-windows-firewall-policy/default.en.md @@ -0,0 +1,18 @@ +--- +title: 'Endpoint Windows Firewall Policy' +--- + +[toc] + +``` +Profile type: Templates > Endpoint Protection +Configuration settings: Windows Firewall +``` + +## View Firewall rules + +Firewall rules distributed using Intune currently do not appear in the `wf.msc` GUI or with the PowerShell `Get-NetFirewallRule` module. +The only place to view these rules is the registry. +``` +HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\Mdm\FirewallRules +``` \ No newline at end of file