Jump to content

EZpcinfo - wraps psinfo by sysinternals


trids
 Share

Recommended Posts

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, FileDelete
  • INIRead
  • ProgressOn, ProgressSet, ProgressOff
  • StringReplace, StringInstr, StringTrimRight, StringTrimLeft
HTH

:)

EZPCInfo.zip

Link to comment
Share on other sites

  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...