Run CPU-Z for hardware information & diagnostics
Log In or Register to download the BES file, and more.

1 Votes

Description

This task will deploy: cpu z.

This task is applicable on: Windows XP, Windows XP x64, Windows Vista, Windows Vista x64, Windows 7 and Windows 7 x64.

Property Details

ID828
TitleRun CPU-Z for hardware information & diagnostics
DomainBESC
Download Size1872781
SourceSoftware Distribution Wizard
Source IDjgs194
KeywordsHardware Info
Is TaskTrue
Added by on 12/11/2012 11:08:06 AM
Last Modified by on 12/11/2012 11:08:06 AM
Counters 3898 Views / 21 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 57 fixlets and 4 analyses   * Results in a true/false
Show indented 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
Show indented relevance
(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_-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
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!