For Windows Machines:
The ae_scan.vbs file can be configured as a login script in the active directory with script parameter -SilentMode. This will scan the target workstations upon user login and push the scanned inventory data to the AssetExplorer Server.
For Linux Machines:
The ae_scan_linux.sh file can be configured in crontab or as a start-up script so that the machines are scanned periodically and the data are pushed to the server. The data is pushed to the AssetExplorer server using curl which has to be installed on the Linux machine.
For MAC Machines:
The ae_scan_mac.sh file can be configured in crontab or as a start-up script so that the machines are scanned periodically and the data are pushed to the server. The data is pushed to the AssetExplorer server using curl which has to be installed on the MAC machine.
For HP-UX Machines:
The ae_scan_hpux.sh can be configured in crontab so that the machines are scanned periodically and the data is pushed to the server. curl is used for pushing the data to the server and has to be installed if it is not available in the HP-UX machines.