<?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 Re: Read MAC-Addresses from NICs with Powershell in BladeSystem - General</title>
    <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007489#M25112</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got your problem now. Only if you have AMS installed on the server host then only you will get physical NIC informaiton on iLO page or through our PS Cmdlets.&lt;/P&gt;&lt;P&gt;You can use same Get-HPEiLONICInfo cmdlet to fetch the physical NIC information of the server.&lt;/P&gt;&lt;P&gt;Hope its clear now for you.&lt;/P&gt;&lt;P&gt;$NIC = $con | Get-HPEiLONICInfo&lt;/P&gt;&lt;P&gt;$NIC.NetworkAdapter&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 May 2018 05:31:15 GMT</pubDate>
    <dc:creator>GokulKS</dc:creator>
    <dc:date>2018-05-31T05:31:15Z</dc:date>
    <item>
      <title>Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7006022#M25109</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;before we install a OS (RHEL / Windows)&amp;nbsp;on a HPE Server (Blade / Rack / Gen8 / Gen9 / Gen10), we read out the current MAC-Addresses from each HPE Server with SSH. It is possible to read out&amp;nbsp;the MAC-Addresses with new Powershell-CMDLets? I cant find a solution with powershell.&lt;/P&gt;&lt;P&gt;Example SSH:&lt;/P&gt;&lt;P&gt;Connect to ILO with SSA - /system1/network1/integrated_NICs&lt;/P&gt;&lt;P&gt;No we can find the MAC-Addresses from each Networkadapter.&lt;/P&gt;&lt;P&gt;In ILO Console we also cant find the MAC-Addresses from Server-NICs.&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 08:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7006022#M25109</guid>
      <dc:creator>Michel-CO</dc:creator>
      <dc:date>2018-05-16T08:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007075#M25110</link>
      <description>&lt;P&gt;Yes its possible using Get-HPEiLONICInfo cmdlet as show below.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;P&gt;PS C:\WINDOWS\system32&amp;gt; $con = Connect-HPEiLO 15.146.44.21 admin admin123 -DisableCertificateAuthentication&lt;BR /&gt;PS C:\WINDOWS\system32&amp;gt; $n = $con | Get-HPEiLONICInfoPS C:\WINDOWS\system32&amp;gt; $n.EthernetInterface&lt;BR /&gt;NetworkPort : iLO Shared Network Port&lt;BR /&gt;PortDescription : iLO Shared Network Port&lt;BR /&gt;Location : Embedded&lt;BR /&gt;IPAddress : 192.16.44.21&lt;BR /&gt;MACAddress : 30:8d:99:b2:c9:f2&lt;BR /&gt;Status : OK&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 10:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007075#M25110</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2018-05-25T10:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007302#M25111</link>
      <description>&lt;P&gt;Hey Gokul,&lt;/P&gt;&lt;P&gt;thank you for your reply.&lt;/P&gt;&lt;P&gt;I have test it again, but i cant find the MACs of physical NICs. The only NIC i found is from ILO. In your Post it is also only ILO Port. I need the Networkport from Server (not ILO).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Get-HPEILONICInfo_Output.png" style="width: 989px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/103663i9CC81050958AAC44/image-size/large?v=v2&amp;amp;px=2000" role="button" title="Get-HPEILONICInfo_Output.png" alt="Get-HPEILONICInfo_Output.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the Administration Website from ILO i can find the NICs.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ILO_Screenshot_NetworkInfo.png" style="width: 1196px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/103662i6AE4C8876F402A69/image-size/large?v=v2&amp;amp;px=2000" role="button" title="ILO_Screenshot_NetworkInfo.png" alt="ILO_Screenshot_NetworkInfo.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 12:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007302#M25111</guid>
      <dc:creator>Michel-CO</dc:creator>
      <dc:date>2018-05-29T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007489#M25112</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got your problem now. Only if you have AMS installed on the server host then only you will get physical NIC informaiton on iLO page or through our PS Cmdlets.&lt;/P&gt;&lt;P&gt;You can use same Get-HPEiLONICInfo cmdlet to fetch the physical NIC information of the server.&lt;/P&gt;&lt;P&gt;Hope its clear now for you.&lt;/P&gt;&lt;P&gt;$NIC = $con | Get-HPEiLONICInfo&lt;/P&gt;&lt;P&gt;$NIC.NetworkAdapter&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 05:31:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007489#M25112</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2018-05-31T05:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007807#M25113</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;i test ist again, but with the same result. I cant find the MAC-Addresses from phisical NICs with powershell CMDLets.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ILOPowershell_NICInfo.png" style="width: 1047px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/103791iE9B60244A7D0EF11/image-size/large?v=v2&amp;amp;px=2000" role="button" title="ILOPowershell_NICInfo.png" alt="ILOPowershell_NICInfo.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 07:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007807#M25113</guid>
      <dc:creator>Michel-CO</dc:creator>
      <dc:date>2018-06-04T07:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007841#M25114</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the output you have not expanded the Ports memeber which will have the MAC address in it.&lt;/P&gt;&lt;P&gt;But i strongly believe that you might not have HOST OS on your ilo server and AMS running on it. Please cross check that.&lt;/P&gt;&lt;P&gt;Without that you can't get MAC address of the physical server NIC.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 11:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007841#M25114</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2018-06-04T11:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007847#M25115</link>
      <description>&lt;P&gt;That's exactly my problem. I have no OS installed and therefore no AMS. With SSH&amp;nbsp;(example with putty in Screenshot) I can read the MACs without an existing OS. But not with powershell (see also screenshot).&lt;/P&gt;
&lt;P&gt;I think the Problem is only with Blades. When i try it with RACK Server (DL380 Gen10) it is possible to read out the addresses.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ILO_BL460cGen10_NIcs.png" style="width: 1043px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/138266i21D965E7243217EB/image-size/large?v=v2&amp;amp;px=2000" role="button" title="ILO_BL460cGen10_NIcs.png" alt="ILO_BL460cGen10_NIcs.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;[&lt;U&gt;Moderator edit&lt;/U&gt;: Erased the confidential info]&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 07:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007847#M25115</guid>
      <dc:creator>Michel-CO</dc:creator>
      <dc:date>2023-11-17T07:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007850#M25116</link>
      <description>&lt;P&gt;Here an Example from Rackserver DL380 Gen10 with Powershell:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ILO_DL380Gen10_NIcs.png" style="width: 1042px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/103798i7CA5A83259CF0715/image-size/large?v=v2&amp;amp;px=2000" role="button" title="ILO_DL380Gen10_NIcs.png" alt="ILO_DL380Gen10_NIcs.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 12:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007850#M25116</guid>
      <dc:creator>Michel-CO</dc:creator>
      <dc:date>2018-06-04T12:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007942#M25117</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just got to know that MAC address data is available without Host OS and AMS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to reproduce in my lab but could not reproduce your issue with below configuration of server. Looks like you might have not latest version.&lt;/P&gt;&lt;P&gt;ProLiant BL460c Gen10&lt;/P&gt;&lt;P&gt;iLO5 1.20 Firmware version&lt;/P&gt;&lt;P&gt;Can you check what is your iLO firmware version.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 07:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7007942#M25117</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2018-06-05T07:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7008100#M25118</link>
      <description>&lt;P&gt;Hi Gokul,&lt;/P&gt;&lt;P&gt;i have test it on a BL460c Gen10 with ILO Firmware 1.16. After Update to ILO 1.20 i can read out the MACs. Also via Powershell and Webinterface.&lt;/P&gt;&lt;P&gt;So the problem comes from the old ILO Firmware.&lt;/P&gt;&lt;P&gt;Thank you very much for your support and time.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 06:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7008100#M25118</guid>
      <dc:creator>Michel-CO</dc:creator>
      <dc:date>2018-06-06T06:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7210582#M34319</link>
      <description>&lt;P&gt;I am experiencing the same issue, ProLiant DL380 Gen 11 firmware 1.57; HPeilocmdlet 4.3.0.0 using Powershell version 5.1&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-03-28_08-19-43Nic.jpg" style="width: 655px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/140442iF6B432DF59A440A6/image-size/large?v=v2&amp;amp;px=2000" role="button" title="2024-03-28_08-19-43Nic.jpg" alt="2024-03-28_08-19-43Nic.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 15:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7210582#M34319</guid>
      <dc:creator>DQ07</dc:creator>
      <dc:date>2024-03-28T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Read MAC-Addresses from NICs with Powershell</title>
      <link>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7210753#M34322</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2136192"&gt;@DQ07&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for posting.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might want to consider creating a new topic by utilizing the "New Discussion" button, as this will not only enhance visibility compared to the old topic but also boost your chances of receiving responses from experts.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 06:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/read-mac-addresses-from-nics-with-powershell/m-p/7210753#M34322</guid>
      <dc:creator>Sunitha_Mod</dc:creator>
      <dc:date>2024-04-01T06:45:26Z</dc:date>
    </item>
  </channel>
</rss>

