Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh advfirewall monitor show ?
Usage: show mmsa|qmsa [(source destination)|all]
Remarks:
- This command shows all the security association, or as filtered by
(source destination) pair.
- Source and destination are each a single IPv4 or IPv6
address.
Examples:
Show all main mode SAs:
netsh advfirewall monitor show mmsa
Show the main mode SAs between the two addresses:
netsh advfirewall monitor show mmsa 192.168.0.3 192.168.0.4