From 0006829a2e4754de38c8f8b056e376511ebc856d Mon Sep 17 00:00:00 2001 From: Jess Krynitsky Date: Tue, 5 Jul 2022 15:55:30 -0700 Subject: [PATCH 1/3] Add new CSP node IcmpTypesAndCodes We have added support for a new firewall rule setting and corresponding CSP node allowing users to specify ICMP types and codes. Updated the tree and description on this page. --- windows/client-management/mdm/firewall-csp.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/windows/client-management/mdm/firewall-csp.md b/windows/client-management/mdm/firewall-csp.md index 022801745a..a677b5b7ee 100644 --- a/windows/client-management/mdm/firewall-csp.md +++ b/windows/client-management/mdm/firewall-csp.md @@ -97,6 +97,7 @@ Firewall ----------------Protocol ----------------LocalPortRanges ----------------RemotePortRanges +----------------IcmpTypesAndCodes ----------------LocalAddressRanges ----------------RemoteAddressRanges ----------------Description @@ -340,6 +341,13 @@ Comma separated list of ranges, For example, 100-120,200,300-320. If not specified, the default is All. Value type is string. Supported operations are Add, Get, Replace, and Delete. + +**FirewallRules/_FirewallRuleName_/IcmpTypesAndCodes** +ICMP types and codes applicable to the firewall rule. To specify all ICMP types and codes, use the “*” character. For specific ICMP types and codes, use the “:” character to separate the type and code. For example, 3:4, 1:*. The “*” character can be used to represent any code. The “*” character cannot be used to specify any type, examples such as “*:4” or “*:*” are invalid. +If not specified, the default is All. +Value type is string. Supported operations are Add, Get, Replace, and Delete. + + **FirewallRules/*FirewallRuleName*/LocalAddressRanges** Comma-separated list of local addresses covered by the rule. The default value is "*". Valid tokens include: From dd131af71c8289335dba4c6b4d0a12cb388560a6 Mon Sep 17 00:00:00 2001 From: Jess Krynitsky Date: Mon, 11 Jul 2022 16:28:28 -0700 Subject: [PATCH 2/3] Update windows/client-management/mdm/firewall-csp.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- windows/client-management/mdm/firewall-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/firewall-csp.md b/windows/client-management/mdm/firewall-csp.md index a677b5b7ee..48f77c31ec 100644 --- a/windows/client-management/mdm/firewall-csp.md +++ b/windows/client-management/mdm/firewall-csp.md @@ -343,7 +343,7 @@ Value type is string. Supported operations are Add, Get, Replace, and Delete. **FirewallRules/_FirewallRuleName_/IcmpTypesAndCodes** -ICMP types and codes applicable to the firewall rule. To specify all ICMP types and codes, use the “*” character. For specific ICMP types and codes, use the “:” character to separate the type and code. For example, 3:4, 1:*. The “*” character can be used to represent any code. The “*” character cannot be used to specify any type, examples such as “*:4” or “*:*” are invalid. +ICMP types and codes applicable to the firewall rule. To specify all ICMP types and codes, use the “\*” character. For specific ICMP types and codes, use the “:” character to separate the type and code, for example, 3:4, 1:\*. The “\*” character can be used to represent any code. The “\*” character cannot be used to specify any type; examples such as “\*:4” or “\*:\*” are invalid. If not specified, the default is All. Value type is string. Supported operations are Add, Get, Replace, and Delete. From e49ac6624fb81f7886292089b942779d10df6884 Mon Sep 17 00:00:00 2001 From: Jess Krynitsky Date: Mon, 11 Jul 2022 16:28:32 -0700 Subject: [PATCH 3/3] Update windows/client-management/mdm/firewall-csp.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- windows/client-management/mdm/firewall-csp.md | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/client-management/mdm/firewall-csp.md b/windows/client-management/mdm/firewall-csp.md index 48f77c31ec..2812409a82 100644 --- a/windows/client-management/mdm/firewall-csp.md +++ b/windows/client-management/mdm/firewall-csp.md @@ -347,7 +347,6 @@ ICMP types and codes applicable to the firewall rule. To specify all ICMP types If not specified, the default is All. Value type is string. Supported operations are Add, Get, Replace, and Delete. - **FirewallRules/*FirewallRuleName*/LocalAddressRanges** Comma-separated list of local addresses covered by the rule. The default value is "*". Valid tokens include: