AcronisInfo is a utility that automatically gathers User Rights Assignment list, Windows Event Log, Msinfo32, Acronis registry keys, Acronis logs, Schedreport, Acronis Report and list of user’s Active Directory groups
The supported operating systems are:
AcronisInfo is a command line application that gathers the items listed below, puts them in a temporary folder and archives them into AcronisInfo.zip. The temporary folder is then deleted.
List of the items AcronisInfo gathers:
User Rights Assignment list
Exports Local Security Policy > Local Policies > User Rights Assignments.
Method: secedit /export /areas USER_RIGHTS /cfg %dist_folder%\rights_assign.txt
Windows Event Log
Exports System and Application logs in .evt format.
Method: wmic nteventlog where "Logfilename = 'System'" Call BackupEventLog "%dist_folder%\syslog.evt"
wmic nteventlog where "Logfilename = 'Application'" Call BackupEventLog "%dist_folder%\applog.evt"
Msinfo32
Exports Msinfo32 as .nfo file.
Method: "%CommonProgramFiles%\MICROS~1\MSINFO\msinfo32.exe" /nfo %dist_folder%\msinfo32report.nfo
Acronis registry keys
Exports HKLM\Software\Acronis for windows or HKLM\Software\Wow6432node\Acronis
Method: regedit /E %dist_folder%\acro_reg.reg “…registry_key…”
Acronis logs
Copies contents of %ALLUSERSPROFILE%\Application Data\Acronis and %ALLUSERSPROFILE%\APPDATA\Acronis
Method: Copy folder
Schedreport
Executes command get report > %dist_folder%\schedreport.txt
Method: Call schedmgr
Acronis Report
Uses SnapAPI to collect information on hard disk structure.
Method: Call SnapAPI
List of user’s Active Directory groups
For a given domain user export the list of groups containing this user.
Method: Use ADCI/LDAP
RSoP
Gathers Resultant Set of Policy in a domain.
Method: gpresult /z > gpresult.txt
The gathered information will be put in AcronisInfo.zip in the same folder, where the AcronisInfo was saved.
(!) If SnapAPI is not installed, Acronis Report will be blank. In this case, please create the report as described in Acronis Report.
Executing AcronisInfo in command-line
Example:
AcronisInfo.exe C:\AcronisInfo.zip
Turning off gathering of specific items
Example:
AcronisInfo.exe C:\AcronisInfo.zip –no_diskrep
Deleting large files before archiving
Example:
AcronisInfo.exe C:\AcronisInfo.zip –filter 1
Running AcronisInfo may take up to 5 minutes.
Please also consider the following points: