<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to determine real network adapter cards in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-determine-real-network-adapter-cards/m-p/3070979#M3142</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to determine real network adapter cards using WMI if possible. I am not able to get the required info in a consistent manner on the different windows machines. I had the following problems:&lt;BR /&gt;&lt;BR /&gt;1. Check for PNPDeviceID starting with ROOT - did not work on a&lt;BR /&gt;particular WinNT machine&lt;BR /&gt;2. Win32_NetworkAdapter.AdapterType = "Ethernet 802.3" - does not work&lt;BR /&gt;on Win9x and ME&lt;BR /&gt;3. Snip from &lt;A href="http://groups.google.co.in/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=20030806181726.DD97.CECILSHENG%40foquest.com.tw&amp;amp;rnum=1&amp;amp;prev=/groups%3Fq%3Dreal%2Bnetwork%2Badapters%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3D20030806181726.DD97.CECILSHENG%2540foquest.com.tw%26rnum%3D1" target="_blank"&gt;http://groups.google.co.in/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=20030806181726.DD97.CECILSHENG%40foquest.com.tw&amp;amp;rnum=1&amp;amp;prev=/groups%3Fq%3Dreal%2Bnetwork%2Badapters%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3D20030806181726.DD97.CECILSHENG%2540foquest.com.tw%26rnum%3D1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;select * from win32_networkadapterconfiguration where ipenabled = true&lt;BR /&gt;&lt;BR /&gt;Then for each obj.path_ in that result set issue this query:&lt;BR /&gt;&lt;BR /&gt;associators of {sInsertWin32ConfigAdapterPathHere} where resultClass =&lt;BR /&gt;win32_networkadapter assocClass = Win32_networkAdapterSetting&lt;BR /&gt;&lt;BR /&gt;Does not work on Win9x and ME&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Sep 2003 09:44:28 GMT</pubDate>
    <dc:creator>Sonison James</dc:creator>
    <dc:date>2003-09-15T09:44:28Z</dc:date>
    <item>
      <title>How to determine real network adapter cards</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-determine-real-network-adapter-cards/m-p/3070979#M3142</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to determine real network adapter cards using WMI if possible. I am not able to get the required info in a consistent manner on the different windows machines. I had the following problems:&lt;BR /&gt;&lt;BR /&gt;1. Check for PNPDeviceID starting with ROOT - did not work on a&lt;BR /&gt;particular WinNT machine&lt;BR /&gt;2. Win32_NetworkAdapter.AdapterType = "Ethernet 802.3" - does not work&lt;BR /&gt;on Win9x and ME&lt;BR /&gt;3. Snip from &lt;A href="http://groups.google.co.in/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=20030806181726.DD97.CECILSHENG%40foquest.com.tw&amp;amp;rnum=1&amp;amp;prev=/groups%3Fq%3Dreal%2Bnetwork%2Badapters%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3D20030806181726.DD97.CECILSHENG%2540foquest.com.tw%26rnum%3D1" target="_blank"&gt;http://groups.google.co.in/groups?hl=en&amp;amp;lr=&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;threadm=20030806181726.DD97.CECILSHENG%40foquest.com.tw&amp;amp;rnum=1&amp;amp;prev=/groups%3Fq%3Dreal%2Bnetwork%2Badapters%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3D20030806181726.DD97.CECILSHENG%2540foquest.com.tw%26rnum%3D1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;select * from win32_networkadapterconfiguration where ipenabled = true&lt;BR /&gt;&lt;BR /&gt;Then for each obj.path_ in that result set issue this query:&lt;BR /&gt;&lt;BR /&gt;associators of {sInsertWin32ConfigAdapterPathHere} where resultClass =&lt;BR /&gt;win32_networkadapter assocClass = Win32_networkAdapterSetting&lt;BR /&gt;&lt;BR /&gt;Does not work on Win9x and ME&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2003 09:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-determine-real-network-adapter-cards/m-p/3070979#M3142</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-09-15T09:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine real network adapter cards</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-determine-real-network-adapter-cards/m-p/3070980#M3143</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I don't know if this is what you have in mind but I like to use Belarc Advisor (available free for home use/eval at &lt;A href="http://www.belarc.com)." target="_blank"&gt;www.belarc.com).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Roger</description>
      <pubDate>Mon, 15 Sep 2003 14:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-determine-real-network-adapter-cards/m-p/3070980#M3143</guid>
      <dc:creator>Roger Faucher</dc:creator>
      <dc:date>2003-09-15T14:48:36Z</dc:date>
    </item>
  </channel>
</rss>

