<?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: Help getting the SerialNumber using PowerShell in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026691#M8228</link>
    <description>&lt;P&gt;Thanks for information, we couldnt able to reproduce the same in our Lab, Please share the followings to us via a private message by clicking &lt;U&gt;&lt;STRONG&gt;&lt;A href="https://community.hpe.com/t5/notes/composepage/note-to-user-id/1883257" target="_blank"&gt;here&lt;/A&gt;&lt;/STRONG&gt;&lt;/U&gt;.&lt;/P&gt;
&lt;P&gt;1. Install "HPEiLOCmdlets" and share the "Find-HPEiLO" cmdlet output.&lt;/P&gt;
&lt;P&gt;2. Use any REST client like PostMan/Restlet clients, share us the JSON data for "&lt;A href="https://10.x.x.x/rest/v1/systems/1/bios" target="_blank"&gt;https://10.x.x.x/rest/v1/systems/1/bios&lt;/A&gt;".&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 05:04:39 GMT</pubDate>
    <dc:creator>B_Rajesh</dc:creator>
    <dc:date>2018-11-28T05:04:39Z</dc:date>
    <item>
      <title>Help getting the SerialNumber using PowerShell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026276#M8220</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Pretty simple, I want to get the serial number using powershell from the iLO&amp;nbsp;and it works ... but only for some of my servers (all are Proliant Gen 9)&lt;/P&gt;&lt;PRE&gt;Scripts&amp;gt;
Connect-HPEBIOS -IP 10.xx.xx.xx -Username $ILOUsername -Password $ILOPassword -Verbose:$false |Get-HPEBIOSSystemInfo |fl

IP         : 10.xx.xx.xx
Hostname   : ILONAME.fq.dn
Status     : Warning
StatusInfo : @{Category=PropertySupportability; Message=The property or properties listed in AffectedAttribute are not supported on the target server 
             ProLiant DL380 Gen9. For more details about supported properties, see the cmdlet help or the Troubleshooting chapter of BIOS Cmdlets user 
             guide.; AffectedAttribute=System.Collections.Generic.List`1[System.String]}


Scripts&amp;gt;  $iLOBiosConnection  = Connect-HPEBIOS -IP 10.xx.xx.xx -Username $ILOUsername -Password $ILOPassword -Verbose:$false
Scripts&amp;gt; $iLOBiosConnection


DisableServerCertificateAuthenticationFlag : False
Location                                   : https://iloname.fq.dn/rest/v1/SessionService/Sessions/administrator5bf6a452074f8d09
RootUri                                    : https://iloname.fq.dn/rest/v1
RootData                                   : 
AttributeRegistry                          : HpBiosAttributeRegistryP89.1.1.60
ConnectionType                             : REST
IP                                         : 10.xx.xx.xx
Hostname                                   : ILONAME.fq.dn
IsConnected                                : True
Username                                   : Administrator
ProductName                                : ProLiant DL380 Gen9
CurrentROMFamily                           : P89
CurrentROMDate                             : 05/21/2018
CurrentROMVersion                          : P89 v2.60 (05/21/2018)
BackupROMFamily                            : P89
BackupROMDate                              : 10/25/2017
BackupROMVersion                           : P89 v2.52 (10/25/2017)
ProcessorInfo                              : Intel(R) Xeon(R) CPU E5-2698 v4 @ 2.20GHz



&lt;/PRE&gt;&lt;P&gt;And of course on some servers it's working great&lt;/P&gt;&lt;PRE&gt;Scripts&amp;gt; Connect-HPEBIOS -IP 10.xx.xx.yy -Username $ILOUsername -Password $ILOPassword -Verbose:$false |Get-HPEBIOSSystemInfo |fl

IP           : 10.xx.xx.yy
Hostname     : ilo2name.fq.dn
Status       : OK
ProductID    : 767032-B21
SerialNumber : CZJxxxx&lt;/PRE&gt;&lt;P&gt;Can some one help / explain ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 13:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026276#M8220</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2018-11-22T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help getting the SerialNumber using PowerShell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026525#M8224</link>
      <description>&lt;P&gt;Thank you Reporting the issue,&lt;/P&gt;&lt;P&gt;We could not able to reproduce this issue in our Lab. Can you please provide us the HPEBIOSCmdlets version.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 06:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026525#M8224</guid>
      <dc:creator>B_Rajesh</dc:creator>
      <dc:date>2018-11-26T06:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help getting the SerialNumber using PowerShell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026541#M8225</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using version &lt;SPAN&gt;HPEBIOSCmdlets&amp;nbsp;&lt;/SPAN&gt;2.1.0.1&lt;/P&gt;&lt;P&gt;Again, what is really strange is that it is affecting only some of my servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 07:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026541#M8225</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2018-11-26T07:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help getting the SerialNumber using PowerShell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026691#M8228</link>
      <description>&lt;P&gt;Thanks for information, we couldnt able to reproduce the same in our Lab, Please share the followings to us via a private message by clicking &lt;U&gt;&lt;STRONG&gt;&lt;A href="https://community.hpe.com/t5/notes/composepage/note-to-user-id/1883257" target="_blank"&gt;here&lt;/A&gt;&lt;/STRONG&gt;&lt;/U&gt;.&lt;/P&gt;
&lt;P&gt;1. Install "HPEiLOCmdlets" and share the "Find-HPEiLO" cmdlet output.&lt;/P&gt;
&lt;P&gt;2. Use any REST client like PostMan/Restlet clients, share us the JSON data for "&lt;A href="https://10.x.x.x/rest/v1/systems/1/bios" target="_blank"&gt;https://10.x.x.x/rest/v1/systems/1/bios&lt;/A&gt;".&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 05:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026691#M8228</guid>
      <dc:creator>B_Rajesh</dc:creator>
      <dc:date>2018-11-28T05:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help getting the SerialNumber using PowerShell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026694#M8229</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"Find-HPEiLO" does give back the good result (and it's much faster than the method I wanted to use as it does not requieres authentication.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Still do not understand why HPEBIOSSystemInfo does not give back the excpected result on some machines only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PhS&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 06:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026694#M8229</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2018-11-27T06:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help getting the SerialNumber using PowerShell</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026699#M8230</link>
      <description>&lt;P&gt;Hi PhS,&lt;/P&gt;&lt;P&gt;As per error message, it looks like the SerialNumber and ProductNumber details are not supported on the target server.&lt;/P&gt;&lt;PRE&gt;Category=PropertySupportability; Message=The property or properties listed in AffectedAttribute are not supported on the target server 
             ProLiant DL380 Gen9.&lt;/PRE&gt;&lt;P&gt;In order to confrim this, I want to look at the JSON data for "https://10,x,x,x/rest/v1/systems/1/bios" URL. Please share it via mail.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 06:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7026699#M8230</guid>
      <dc:creator>B_Rajesh</dc:creator>
      <dc:date>2018-11-27T06:17:57Z</dc:date>
    </item>
    <item>
      <title>HPCMDBIOSCMDLETS DL360 Gen10 help with PCI device configuration</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7144136#M9157</link>
      <description>&lt;P&gt;Module version =3.0.0.0&lt;/P&gt;&lt;P&gt;get-HPEBIOSPCIDeviceConfiguration&lt;/P&gt;&lt;P&gt;I get error "listed in AffectedAttribute are not supported on the target server ProLiant DL360 Gen10" , i think it should support please confirm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 06:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/help-getting-the-serialnumber-using-powershell/m-p/7144136#M9157</guid>
      <dc:creator>J_Vijay</dc:creator>
      <dc:date>2021-07-30T06:10:24Z</dc:date>
    </item>
  </channel>
</rss>

