The really important thing about our firewall is the rules that are configured. function get-rule { [ CmdletBinding ( ) ] param ( ) BEGIN { } #begin PROCESS { $fw = New-Object -ComObject HNetCfg.FwPolicy2 $fw . Rules | foreach { $profiles = @( ) $ruleprofile
Read More...
Read the complete post at http://msmvps.com/blogs/richardsiddaway/archive/2011/09/01/firewall-rules-ok.aspx
Posted
Sep 01 2011, 12:46 PM
by
Richard Siddaway's Blog