Usage: show firewall rule name= dir=in|out profile=public|private|domain|active|any[,. verbose Remarks: - Displays the Windows ...

Usage: show firewall 
       [rule
           name=
           [dir=in|out]
           [profile=public|private|domain|active|any[,...]]
       ]
       [verbose] 


Remarks:

      - Displays the Windows Firewall properties for all available 
        network profiles. 
      - The profile= argument enables the administrator to filter 
        the output to specific profiles on the system. 
      - The Verbose argument adds support for displaying detailed 
        security and advanced rule 'source name' information. 

Examples:

      Display the current Firewall state: 
      netsh advfirewall monitor show firewall 

      Display the current outbound firewall rule for public profie: 
      netsh advfirewall monitor show firewall rule name=all dir=out profile=public