2024-06-28 08:20:03 +02:00
|
|
|
---
|
|
|
|
title: 'Endpoint Windows Firewall Policy'
|
2024-07-05 13:19:31 +02:00
|
|
|
visible: true
|
2024-06-28 08:20:03 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
[toc]
|
|
|
|
|
2024-06-28 08:20:38 +02:00
|
|
|
Profile type: Templates > Endpoint Protection
|
2024-06-28 08:20:03 +02:00
|
|
|
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
|
2024-07-05 13:19:31 +02:00
|
|
|
```
|