From 3ef03d10e1b60552df1e523c63009d1d67a5d228 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 15 Nov 2023 07:20:48 -0500 Subject: [PATCH] test --- .../best-practices-configuring.md | 15 ++++++++++++--- .../network-security/windows-firewall/index.md | 1 - 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/windows/security/operating-system-security/network-security/windows-firewall/best-practices-configuring.md b/windows/security/operating-system-security/network-security/windows-firewall/best-practices-configuring.md index c2b8411e61..8f8b2b53b3 100644 --- a/windows/security/operating-system-security/network-security/windows-firewall/best-practices-configuring.md +++ b/windows/security/operating-system-security/network-security/windows-firewall/best-practices-configuring.md @@ -15,7 +15,10 @@ Windows offers different tools to view the status and configure Windows Firewall :::row::: :::column span="3"::: - - The *Windows Security* app can be used to view the Windows Firewall status and access advanced tools to configure it. Select START, type `Windows Security`, and press ENTER. Once Windows Security is open, select the tab **Firewall & network protection**. Or use the shortcut [Firewall & network protection][SEC-1] + ### Windows Security + The *Windows Security* app can be used to view the Windows Firewall status and access advanced tools to configure it. Select START, type `Windows Security`, and press ENTER. Once Windows Security is open, select the tab **Firewall & network protection**. Or use the shortcut [Firewall & network protection][SEC-1] + > [!div class=nextstepaction "Configure Windows Firewall >"](best-practices-configuring.md) + > [!div class="nextstepaction"] [Configure Windows Firewall >](best-practices-configuring.md) :::column-end::: :::column span="1"::: :::image type="content" source="images/windows-security.png" alt-text="Screenshot showing the QR code to scan from your phone or tablet." lightbox="images/windows-security.png" border="false"::: @@ -23,7 +26,8 @@ Windows offers different tools to view the status and configure Windows Firewall :::row-end::: :::row::: :::column span="3"::: - - The *Windows Defender Firewall* Control Panel applet (`firewall.cpl`) provides basic functionalities to configure Windows Firewall + ### Control Panel + The *Windows Defender Firewall* Control Panel applet (`firewall.cpl`) provides basic functionalities to configure Windows Firewall. :::column-end::: :::column span="1"::: :::image type="content" source="images/control-panel.png" alt-text="Screenshot showing the QR code to scan from your phone or tablet." lightbox="images/control-panel.png" border="false"::: @@ -31,7 +35,8 @@ Windows offers different tools to view the status and configure Windows Firewall :::row-end::: :::row::: :::column span="3"::: - - The *Windows Defender Firewall with Advanced Security* MMC snap-in (`wf.msc`) provides advanced functionalities and is used in centralized management solutions to secure complex network traffic found in a typical organization environments + ### Microsoft Management Console (MMC) + The *Windows Defender Firewall with Advanced Security* MMC snap-in (`wf.msc`) provides advanced functionalities and is used in centralized management solutions to secure complex network traffic found in a typical organization environments. :::column-end::: :::column span="1"::: :::image type="content" source="images/mmc-advanced-security.png" alt-text="Screenshot showing the QR code to scan from your phone or tablet." lightbox="images/mmc-advanced-security.png" border="false"::: @@ -237,3 +242,7 @@ You can do this through the Intune admin center under Endpoint security > Firewa OR - **Create local firewall rules with PowerShell**: You can use PowerShell to configure by adding a Firewall rule using [New-NetFirewallRule](/powershell/module/netsecurity/new-netfirewallrule) and specify the `-PolicyAppId` tag. You can specify one tag at a time while creating firewall rules. Multiple User Ids are supported. + + + +[SEC-1]: windowsdefender://network/ \ No newline at end of file diff --git a/windows/security/operating-system-security/network-security/windows-firewall/index.md b/windows/security/operating-system-security/network-security/windows-firewall/index.md index 65d5e3d962..764b525eb6 100644 --- a/windows/security/operating-system-security/network-security/windows-firewall/index.md +++ b/windows/security/operating-system-security/network-security/windows-firewall/index.md @@ -36,5 +36,4 @@ To provide feedback for Windows Firewall, open [**Feedback Hub**][FHUB] (WI -[SEC-1]: windowsdefender://network/ [FHUB]: feedback-hub:?tabid=2&newFeedback=true \ No newline at end of file