This commit is contained in:
Paolo Matarazzo 2023-11-16 07:12:20 -05:00
parent 75abc2a3c8
commit ccb3ba971f
2 changed files with 16 additions and 0 deletions

View File

@ -15,8 +15,24 @@ This article provides examples how to manage Windows Firewall with PowerShell an
Global defaults set the device behavior in a per-profile basis. Windows Firewall supports Domain, Private, and Public profiles.
::: zone pivot="windows-powershell"
Before you can connect to your devices and apps from Windows, you need:
- Internet access.
::: zone-end
### Enable Windows Firewall
::: zone pivot="windows-cmd"
Before you can connect to your devices and apps from Windows, you need:
- Internet access.
::: zone-end
Windows Firewall drops traffic that doesn't correspond to allowed unsolicited traffic, or traffic that is sent in response to a request by the device. If you find that the rules you create aren't enforced, you might need to enable Windows Firewall. Here's how to enable Windows Firewall on a local device:
#### [:::image type="icon" source="images/powershell.svg"::: **PowerShell**](#tab/powershell)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 521 KiB