trids Posted October 15, 2004 Posted October 15, 2004 Installs (and afterwrads deletes) .. and wraps psInfo.exe from http://www.sysinternals.com, to audit machines on a network for hardware details, software installed, and hotfixes applied:Runs psInfo.exe for the machines listed in the INIfile's pclist parameter, which must be listed in the same format as generated by "net view". **TIP** run "net view" at the cmd prompt, and route output to a file which you can edit.Outputs software/config/hotfix details to files pointed at in the INIFile's parameters. These files are TAB-delimitted, and keyed by machine name <-- Useful for processing with Excel Pivot tables Au3 script source and sample INIFile included.You will need to download psInfo.exe from Sysinternals and modify the lines in EZPCInfo.AU3 that run FileInstall , to refer to your own folders.These files are offered asis, free of cost and support; and with no warrantees. Please feel free to modify and amend as you deem fit. Comments are also welcome.Key Au3 functions employed:FileClose, FileOpen, FileRead, FileGetSize, FileInstall, FileWrite, FileDeleteINIRead ProgressOn, ProgressSet, ProgressOff StringReplace, StringInstr, StringTrimRight, StringTrimLeftHTH EZPCInfo.zip
Elkie Posted March 3, 2006 Posted March 3, 2006 (edited) ok i've try it, very nice. Too bad there's no cancel button to abort it i guess i can add it. Edited March 3, 2006 by Elkie
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now