This article has not been completed yet. However, it may already contain helpful Information and therefore it has been published at this stage. # Module setup Install-Module -Name Firewall-Manager # Module import Import-Module Firewall-Manager# Show all Rules Get-NetFirewallRule |Format-Table|more # Show all rules containing "Datei" Get-NetFirewallRule