Fantastic response almut! This is one of the key pieces you have cracked. Once you have an ethernet device to query, this is how get the information using these OID's.

I believe using these OIDs to get the information is better than the other methods of getting the MAC address for a couple of reasons:
1.) It will show you both the currently-being-used MAC address of the device, and the permanent MAC address of the device that is burned into the hardware.
2.) This information is coming directly from the running device driver (Is that true? That is my current understanding).

If that is true, then is it also true that manipulating it is a bit more difficult?

Now, the remaining pieces of the puzzle are, discovering all ethernet devices (even those that are not being used), and discovering which of those are on the motherboard (by that I mean not easily removable).

I'm compiling all the bits of information as they come in, and will post the results, once I have things working the best way for my situation.

Many thanks for all the help

-Craig


In reply to Re^2: Getting MAC Address(s) on Windows PCs by cmv
in thread Getting MAC Address(s) on Windows PCs by cmv

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.