mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 14:57:23 +00:00
added table
This commit is contained in:
parent
49a7024244
commit
10b6dc0053
@ -20,19 +20,102 @@ ms.date: 03/28/2019
|
|||||||
**Applies to**
|
**Applies to**
|
||||||
- Windows 10
|
- Windows 10
|
||||||
|
|
||||||
Para 1 sentence 1 has an *italic* word.
|
To get started, open Device Configuration in Intune, then create a new profile. Choose Windows 10 as the platform, and Endpoint Protection as the profile type. Select Windows Defender Firewall. Add a firewall rule to this new Endpoint Protection profile using the Add button at the bottom of the blade.
|
||||||
Para 1 sentence 2 had a **bold** word.
|
|
||||||
|
|
||||||
Para 2 sentence 1.
|

|
||||||
Para 2 sentence 2.
|
|
||||||
|
|
||||||
List:
|
>[!IMPORTANT]
|
||||||
- item 1
|
>A single Endpoint Protection profile may contain up to a maximum of 150 firewall rules. If a client device requires more than 150 rules, then multiple profiles must be assigned to it.
|
||||||
- item 2
|
|
||||||
|
## Firewall rule components
|
||||||
|
|
||||||
|
Following table has description for each field.
|
||||||
|
|
||||||
|
Property | Type | Description
|
||||||
|
DisplayName | String | The display name of the rule. Does not need to be unique.
|
||||||
|
Description | String | The description of the rule.
|
||||||
|
PackageFamilyName | String | The package family name of a Microsoft Store application that's affected by the firewall rule.
|
||||||
|
FilePath | String | The full file path of an app that's affected by the firewall rule.
|
||||||
|
FullyQualifiedBinaryName | String | The fully qualified binary name.
|
||||||
|
ServiceName | String | The name used in cases when a service, not an application, is sending or receiving traffic.
|
||||||
|
Protocol | Nullable Integer - default value is null which maps to All | 0-255 number representing the IP protocol (TCP = 6, UDP = 17). If not specified, the default is All.
|
||||||
|
LocalPortRanges | String array | List of local port ranges. For example, "100-120", "200", "300-320". If not specified, the default is All.
|
||||||
|
RemotePortRanges | String array | List of remote port ranges. For example, "100-120", "200", "300-320". If not specified, the default is All.
|
||||||
|
LocalAddressRanges | String array | List of local addresses covered by the rule. Valid tokens include:<br>- "*" indicates any local address. If present, this must be the only token included.<br>- A subnet can be specified using either the subnet mask or network prefix notation. If neither a subnet mask not a network prefix is specified, the subnet mask defaults to 255.255.255.255.<br>- A valid IPv6 address.<br>- An IPv4 address range in the format of "start address - end address" with no spaces included.<br>- An IPv6 address range in the format of "start address - end address" with no spaces included.<br>Default is any address.
|
||||||
|
RemoteAddressRanges | String array | List of tokens specifying the remote addresses covered by the rule.Tokens are case insensitive. Valid tokens include:<br>- "*" indicates any remote address. If present, this must be the only token included.<br>- "Defaultgateway"<br>- "DHCP"<br>- "DNS"<br>- "WINS"<br>- "Intranet"<br>- "RmtIntranet"<br>- "Internet"<br>- "Ply2Renders"<br>- "LocalSubnet" indicates any local address on the local subnet. This token is not case-sensitive.<br>- A subnet can be specified using either the subnet mask or network prefix notation. If neither a subnet mask not a network prefix is specified, the subnet mask defaults to 255.255.255.255.<br>- A valid IPv6 address.<br>- An IPv4 address range in the format of "start address - end address" with no spaces included.<br>- An IPv6 address range in the format of "start address - end address" with no spaces included.<br>Default is any address.
|
||||||
|
ProfileTypes | WindowsFirewallNetworkProfileTypes | Specifies the profiles to which the rule belongs. If not specified, the default is All.
|
||||||
|
Action| StateManagementSetting | The action the rule enforces. If not specified, the default is Allowed.
|
||||||
|
TrafficDirection | WindowsFirewallRuleTrafficDirectionType | The traffic direction that the rule is enabled for. If not specified, the default is Out.
|
||||||
|
InterfaceTypes | WindowsFirewallRuleInterfaceTypes | The interface types of the rule.
|
||||||
|
EdgeTraversal | StateManagementSetting | Indicates whether edge traversal is enabled or disabled for this rule.<br>The EdgeTraversal setting indicates that specific inbound traffic is allowed to tunnel through NATs and other edge devices using the Teredo tunneling technology. In order for this setting to work correctly, the application or service with the inbound firewall rule needs to support IPv6. The primary application of this setting allows listeners on the host to be globally addressable through a Teredo IPv6 address.<br>New rules have the EdgeTraversal property disabled by default.
|
||||||
|
LocalUserAuthorizations | String | Specifies the list of authorized local users for the app container. This is a string in Security Descriptor Definition Language (SDDL) format.
|
||||||
|
|
||||||
|
|
||||||
|
## Application
|
||||||
|
Control connections for an app or program. Apps and programs can be specified either file path, package family name, or Windows service short name. The file path of an app is its location on the client device. For example, C:\Windows\System\Notepad.exe. Learn more Package family names can be retrieved by running the Get-AppxPackage command from PowerShell. Learn more Windows service short names are used in cases when a service, not an application, is sending or receiving traffic. Default ia All.
|
||||||
|
|
||||||
|
[Learn more](https://aka.ms/intunefirewall)
|
||||||
|
|
||||||
|
## Protocol
|
||||||
|
Select the protocol for this port rule. Transport layer protocols - TCP and UDP – allow you to specify ports or port ranges. For custom protocols, enter a number between 0 and 255 representing the IP protocol.
|
||||||
|
|
||||||
|
Default is Any.
|
||||||
|
|
||||||
|
[Learn more](https://aka.ms/intunefirewall)
|
||||||
|
|
||||||
|
## Local ports
|
||||||
|
Comma separated list of ranges. For example, *100-120,200,300-320*. Default is All.
|
||||||
|
|
||||||
|
[Learn more](https://aka.ms/intunefirewall)
|
||||||
|
|
||||||
|
## Remote ports
|
||||||
|
Comma separated list of ranges. For example, *100-120,200,300-320*. Default is All.
|
||||||
|
|
||||||
|
[Learn more](https://aka.ms/intunefirewall)
|
||||||
|
|
||||||
|
## Local addresses
|
||||||
|
Comma separated list of local addresses covered by the rule. Valid tokens include:
|
||||||
|
- \* indicates any local address. If present, this must be the only token included.
|
||||||
|
- A subnet can be specified using either the subnet mask or network prefix notation. If neither a subnet mask not a network prefix is specified, the subnet mask defaults to 255.255.255.255.
|
||||||
|
- A valid IPv6 address.
|
||||||
|
- An IPv4 address range in the format of "start address - end address" with no spaces included.
|
||||||
|
- An IPv6 address range in the format of "start address - end address" with no spaces included. Default is Any address.
|
||||||
|
|
||||||
|
[Learn more](https://aka.ms/intunefirewall)
|
||||||
|
|
||||||
|
## Remote addresses
|
||||||
|
List of comma separated tokens specifying the remote addresses covered by the rule. Tokens are case insensitive. Valid tokens include:
|
||||||
|
- \* indicates any remote address. If present, this must be the only token included.
|
||||||
|
- Defaultgateway
|
||||||
|
- DHCP
|
||||||
|
- DNS
|
||||||
|
- WINS
|
||||||
|
- Intranet (supported on Windows versions 1809+)
|
||||||
|
- RmtIntranet (supported on Windows versions 1809+)
|
||||||
|
- Internet (supported on Windows versions 1809+)
|
||||||
|
- Ply2Renders (supported on Windows versions 1809+)
|
||||||
|
- LocalSubnet indicates any local address on the local subnet.
|
||||||
|
- A subnet can be specified using either the subnet mask or network prefix notation. If neither a subnet mask not a network prefix is specified, the subnet mask defaults to 255.255.255.255.
|
||||||
|
- A valid IPv6 address.
|
||||||
|
- An IPv4 address range in the format of "start address - end address" with no spaces included.
|
||||||
|
- An IPv6 address range in the format of "start address - end address" with no spaces included.
|
||||||
|
|
||||||
|
Default is Any address.
|
||||||
|
|
||||||
|
[Learn more](https://aka.ms/intunefirewall)
|
||||||
|
|
||||||
|
## Edge traversal (coming soon)
|
||||||
|
Indicates whether edge traversal is enabled or disabled for this rule. The EdgeTraversal setting indicates that specific inbound traffic is allowed to tunnel through NATs and other edge devices using the Teredo tunneling technology. In order for this setting to work correctly, the application or service with the inbound firewall rule needs to support IPv6. The primary application of this setting allows listeners on the host to be globally addressable through a Teredo IPv6 address. New rules have the EdgeTraversal property disabled by default.
|
||||||
|
|
||||||
|
[Learn more](https://aka.ms/intunefirewall)
|
||||||
|
|
||||||
|
## Authorized users
|
||||||
|
Specifies the list of authorized local users for this rule. A list of authorized users cannot be specified if the rule being authored is targeting a Windows service. Default is all users.
|
||||||
|
|
||||||
|
[Learn more](https://aka.ms/intunefirewall)
|
||||||
|
|
||||||
|
## Configuring firewall rules programmatically
|
||||||
|
|
||||||
|
Coming soon.
|
||||||
|
|
||||||
Table header | Table header
|
|
||||||
- | -
|
|
||||||
Cell 1 | Cell 2
|
|
||||||
Cell 3 | Cell 4
|
|
||||||
Cell 5 | Cell 6
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user