Log all established IP connections outside the local domain (192.168.x.x) on \\edu12
[Settings_Begin]
FileType=NTreport
NTinfo.Name.All.Rows=Yes
NTreport.Delimiter=,
NTinfo.IP.Ports=Yes
[Settings_End]
[Batch_Begin]
Clear.Window Main
Get.Data \\edu12
Filter %COL7% = estab and %COL5% <> 192.168.* and %COL5% <> 127.0.0.1
If Filter
Write.File c:\ntreport\%date%_ext_ip.txt ; Filter ;%time% %col1-%
Endif
[Batch_End]