Create a snapshot of all computers visible on the network
[Settings_Begin]
FileType=NTreport
NTinfo.Name.All.Rows=Yes
NTinfo.Show.Domain=Yes
NTinfo.OS=Yes
NTinfo.IP.Address=Yes
NTinfo.MAC.Address=Yes
NTinfo.IP.Name=Yes
NTreport.Delimiter=,
[Settings_End]
[Batch_Begin]
Clear.Window Main
Get.Data *ALL*
Write.File c:\ntreport\Structure_%date%.log ; Main ; %line%/%total% %col1-%
[Batch_End]