Hi, Guys-

I've got a big one for you (or small... how the heck would I know since I am new to this stuff).

The university that I work for is looking to find an easy way to check the configuration information of its windows hosts. All this information would later be entered into a database for ease of use and so forth.

I was wondering if anyone has written (or knows of) any scripts that would gather some or all of the following information (once run) from a Windows 95, 98, Me, NT or 2000 system (and write it to a file that could be stored or easily read with Notepad or something):

  1. Username of person logged in
  2. Operating System of computer
  3. Version of OS (SR levels)
  4. Architecture of system (intel etc)
  5. Processor type (Pentium etc)
  6. IP address
  7. MAC address
  8. Does it use DHCP or does it have a statically assigned IP?
  9. List of Peripherals (Hard Drives (including size) memory amount, zip drive, etc)
  10. Does it have (and what versions) MS Office, Internet Explorer, Netscape, Outlook, and/or GroupWise installed?
  11. Anything else that might be pertinent to the situation.

Thanks for any help in advance...


In reply to Microsoft Windows Configuration/Assett Management Using Perl by cascadefx

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.