|
Import & Export
Export
You can export the scan results to easy-to-read HTML file. Or export to text file that delimited by semicolon, CSV file that delimited by comma. The latter two can be imported into the program again.
Import
Text and CSV files can be imported. The delimiter for text file is semicolon, for CSV file is comma.
The defined style is shown as following (Separated with semicolon here).
Name; IP address; MAC address; Workgroup; User; OS; Server; Comment
Note that status, shared resources, SNMP are not included and cannot imported into the program. The following is an example of text file (CSV is similar to this):
PC1;10.10.12.15;00-78-4C-71-52-FF;CLASSROOM;User;Win2000;SQLServer;Comment
PC2;10.10.10.15;00-01-02-97-86-FF;;;Win9x
PC3;;00-78-4C-71-52-FF
PC4;10.10.10.41
|