Each command-line to be used to create a report should include one of the following report profile options:
/ALL
Using this option the created reports will include all pages.
Example: AIDA64 /R \\server\share\folder\$HOSTNAME /HTML /ALL /SILENT /SAFE
/SUM
Using this option the created reports will include only the Computer / Summary page. Reports created by using this report profile are not suitable to be used for network audit purposes since the Computer / Summary page does not cover several software configuration information.
Example: AIDA64 /R \\server\share\folder\$HOSTNAME /CSV /SUM /SILENT /SAFE
/HW
Using this option the created reports will include only the pages listing hardware-related information. Reports created by using this report profile are not suitable to be used for network audit purposes since hardware-related pages do not include any software configuration information.
Example: AIDA64 /R \\server\share\folder\$HOSTNAME /CSV /HW /SILENT /SAFE
/SW
Using this option the created reports will include only the pages listing software-related information. Reports created by using this report profile are not suitable to be used for network audit purposes since software-related pages do not include any hardware configuration information.
Example: AIDA64 /R \\server\share\folder\$HOSTNAME /CSV /SW /SILENT /SAFE
/AUDIT
Using this option the created reports will include only the pages required by AIDA64 Audit Manager to compile a network audit and show audit statistics. Reports created by using this report profile are compact and could be easily used for network audit purposes by 3rd party solutions too.
Example: AIDA64 /R \\server\share\folder\$HOSTNAME /CSV /AUDIT /SILENT /SAFE
/CUSTOM <profile>
Using this option the created reports will include only the pages listed in profile. Report profile files (.RPF) can be created on the page Report Wizard / Custom selection.
Example: AIDA64 /R \\server\share\folder\$HOSTNAME /CSV /CUSTOM \\server\share\folder\myauditprofile.rpf /SILENT /SAFE