Create a snapshot of all locally logged on users in one domain
[Settings_Begin]
FileType=NTreport
NTinfo.Name.All.Rows=Yes
NTinfo.Show.Domain=Yes
NTinfo.Local.User=Yes
NTreport.Delimiter=,
[Settings_End]
[Batch_Begin]
Clear.Window Main
Get.Data D26
Write.File c:\ntreport\LocalUsers_%date%.log ; Main ; %time% %col1% - %col3%
[Batch_End]