Link to home
Start Free TrialLog in
Avatar of albatros99
albatros99

asked on

Powershell - group policy firewall rules

get-netfirewallrule does not list any of the group policies that have been applied. It only lists manually created rules. That's useless on a core system, where you can't call up the advanced firewall GUI.

Question: How to document the firewall rules (complete list) on a core system?
Avatar of albatros99
albatros99

ASKER

To clarify: The powershell command get-netfirewallrule does not list firewall rules that have been applied by GPO. What's the best way to get a complete list of applied firewall rules? (Without using the GUI)
ASKER CERTIFIED SOLUTION
Avatar of Rob Stone
Rob Stone
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No, this command doe NOT list firewall rules that have been applied from a  GPO.

Any other thoughts?
netsh advfirewall monitor show firewall rule name=all

That works, Note the "Monitor"