Skip to content

Commit 35d4fbd

Browse files
authored
Update endpoint-security-firewall-rule-tool.md
The script has a bug which can cause an infinite loop.
1 parent f87bded commit 35d4fbd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

memdocs/intune/protect/endpoint-security-firewall-rule-tool.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ ms.reviewer: laarrizz
2929

3030
# Endpoint security firewall rule migration tool overview
3131

32+
The script has a bug: It is looking if you have Endpoint Security policies that are "Target: MDM". If there is no existing policies like this, then the script will be stuck in an infinite loop. To make it work, you need to add either add a policy of that type or change line 46 to: while(($profileNameExist) -and ($profiles.Count -gt 0))
33+
3234
Many organizations are moving their security configuration to Microsoft Endpoint Manager to make use of modern, cloud-based management. Endpoint security in Endpoint Manager offers rich management experiences of Windows Firewall configuration and granular firewall rule management.
3335

3436
Because it can be challenging to move large numbers of existing Group Policies for Windows Firewall rules to Endpoint security policies in Endpoint Manager, we've created the **Endpoint security firewall rule migration tool**.

0 commit comments

Comments
 (0)