Tag: Firewall
-
Change all firewall rules to apply to domain profile only
Does your firewall rules look like this? Some rules applies to all profiles and some to some others? If you need to streamline the rules to just apply to one profile, PowerShell is your friend here! Use the following PowerShell command to list all the rules that are enabled Get-NetFirewallRule -Enabled True To change a…
-
Outbound firewall rules
Ever thought about what type of outbound firewall rules that is required for you clients to run as expected? Maybe you want to minimize the outbound rules on your public or private Windows firewall profile. You probably already know that when Windows NLA service is discovering what type of network you’re on it will try…
-
Query your Windows Firewall?
I have been sitting and looking at built-in Windows Firewall logs for a while and I have not found any funny way of looking at these, so I just created a PowerShell script that will transform your firewall log into XML. Why? So instead of looking at the log like this You can easily transform…