Run CPU-Z for hardware information & diagnostics
1 Votes |
Description
This task is applicable on: Windows XP, Windows XP x64, Windows Vista, Windows Vista x64, Windows 7 and Windows 7 x64.
Property Details
828 | |
Run CPU-Z for hardware information & diagnostics | |
BESC | |
1872781 | |
Software Distribution Wizard | |
jgs194 | |
Hardware Info | |
True | |
jgstew on 12/11/2012 11:08:06 AM | |
jgstew on 12/11/2012 11:08:06 AM | |
3898 Views / 21 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance

(name of it = "WinXP" OR name of it = "WinXP-2003" OR (name of it = "WinVista" AND product type of it = nt workstation product type AND NOT x64 of it) OR (name of it = "WinVista" AND product type of it = nt workstation product type AND x64 of it) OR (name of it = "Win7" AND NOT x64 of it) OR (name of it = "Win7" AND x64 of it)) of operating system
Used in 1 fixlet | * Results in a true/false |

(not exists file "c:\temp\cpu-z-report.txt") OR (not exists file "c:\temp\system_info.csv")
Actions
Action 1 (default)
Action Link Click
here to initiate the deployment process.
Script Type
BigFix Action Script
// Download "ftp://ftp.cpuid.com/cpu-z/cpu-z_Success Criteria-64bits-en.zip"
// Download "ftp://ftp.cpuid.com/cpu-z/cpu-z_-32bits-en.zip"
// Extract both to a folder "cpu-z_-en" - overwrite duplicate files
// Upload folder to TEM server using Software Deploy Wizard
// Change the following prefetch / extract commands as needed
prefetch cpu-z-en.tmp sha1:abed630f2bdab5a948b7c2c44c1ba359d7d298d9 size:1872781 http://temserver.domain.tld:52311/Uploads/abed630f2bdab5a948b7c2c44c1ba359d7d298d9/cpu-z_1.62-en.tmp
extract cpu-z-en.tmp
// if the folder c:\temp does not exist, create it
if{not exists folder "c:\temp\"}
dos mkdir "c:\temp"
endif
// check which version to run
if{x64 of operating system}
wait __Download\cpuz_x64 -txt=c:\temp\cpu-z-report
else // !64bit - run 32bit version
wait __Download\cpuz_x32 -txt=c:\temp\cpu-z-report
endif
waithidden cmd.exe /c systeminfo /fo csv > c:\temp\system_info.csv
// Could use the archive manager or something to send the results, or create an analysis to parse the results as needed
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |