Update firewall-settings-lost-on-upgrade.md

This commit is contained in:
Benny Shilpa 2020-11-17 10:34:57 +05:30 committed by GitHub
parent c023c7d42a
commit a9cff113de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ Individual built-in firewall rules are categorized within a group. For example,
- Remote Desktop User-Mode (UDP-In) - Remote Desktop User-Mode (UDP-In)
Other examples include the Core Networking, File and Print Sharing, and Network Discovery groups. Administrators can filter on individual categories in the firewall interface (wf.msc) by selecting and right-clicking on Inbound or Outbound Rules and selecting Filter by Group; or via PowerShell using the Get-NetFirewallRule cmdlet with the -Group switch. Other examples include the Core Networking, File and Print Sharing, and Network Discovery groups. Admins can filter on individual categories in the firewall interface (wf.msc) by selecting and right-clicking on Inbound or Outbound Rules and selecting Filter by Group; or via PowerShell using the `Get-NetFirewallRule` cmdlet with the `-Group` switch.
```Powershell ```Powershell
Get-NetFirewallRule -Group <groupName> Get-NetFirewallRule -Group <groupName>