<?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 POSH Get-HPEiLOSSLCertificateInfo ErrorMessage with iLo4 in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/posh-get-hpeilosslcertificateinfo-errormessage-with-ilo4/m-p/7136008#M9090</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to collect the Certificate Information from my iLo's with trying this :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$connilo = Connect-HPEiLO -Address abc -Credential $credilo -DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;Get-HPEiLOSSLCertificateInfo -Connection $connilo&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and I'm getting this Error with the iLo4's:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Get-HPEiLOSSLCertificateInfo : [abc]: Missing type map configuration or unsupported mapping.&lt;BR /&gt;Mapping types:&lt;BR /&gt;HttpCert -&amp;gt; SSLCertificateInfo&lt;BR /&gt;HPE.iLO.Communication.REST.DataEntity.HttpCert -&amp;gt; HPE.iLO.Response.REST.SSLCertificateInfo&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Get-HPEiLOSSLCertificateInfo -Connection $connilo&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Get-HPEiLOSSLCertificateInfo], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.GetHPEiLOSSLCertificateInfo&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It's working by polling ilo5's&lt;/P&gt;&lt;P&gt;iLo4-Version 2.78 or 2.77&lt;/P&gt;&lt;P&gt;HPEiLocmdlets: 3.1.0.0&lt;/P&gt;&lt;P&gt;Any suggestions,?&lt;/P&gt;</description>
    <pubDate>Tue, 25 May 2021 12:45:37 GMT</pubDate>
    <dc:creator>Marcel_D</dc:creator>
    <dc:date>2021-05-25T12:45:37Z</dc:date>
    <item>
      <title>POSH Get-HPEiLOSSLCertificateInfo ErrorMessage with iLo4</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/posh-get-hpeilosslcertificateinfo-errormessage-with-ilo4/m-p/7136008#M9090</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to collect the Certificate Information from my iLo's with trying this :&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;$connilo = Connect-HPEiLO -Address abc -Credential $credilo -DisableCertificateAuthentication&lt;/P&gt;&lt;P&gt;Get-HPEiLOSSLCertificateInfo -Connection $connilo&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and I'm getting this Error with the iLo4's:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Get-HPEiLOSSLCertificateInfo : [abc]: Missing type map configuration or unsupported mapping.&lt;BR /&gt;Mapping types:&lt;BR /&gt;HttpCert -&amp;gt; SSLCertificateInfo&lt;BR /&gt;HPE.iLO.Communication.REST.DataEntity.HttpCert -&amp;gt; HPE.iLO.Response.REST.SSLCertificateInfo&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Get-HPEiLOSSLCertificateInfo -Connection $connilo&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : OperationStopped: (:) [Get-HPEiLOSSLCertificateInfo], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : HPE.iLO.Cmdlet.GetHPEiLOSSLCertificateInfo&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It's working by polling ilo5's&lt;/P&gt;&lt;P&gt;iLo4-Version 2.78 or 2.77&lt;/P&gt;&lt;P&gt;HPEiLocmdlets: 3.1.0.0&lt;/P&gt;&lt;P&gt;Any suggestions,?&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 12:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/posh-get-hpeilosslcertificateinfo-errormessage-with-ilo4/m-p/7136008#M9090</guid>
      <dc:creator>Marcel_D</dc:creator>
      <dc:date>2021-05-25T12:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: POSH Get-HPEiLOSSLCertificateInfo ErrorMessage with iLo4</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/posh-get-hpeilosslcertificateinfo-errormessage-with-ilo4/m-p/7136437#M9100</link>
      <description>&lt;P style="margin: 0;"&gt;Hi ,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;You can try below code&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;$iloConnection = Connect-HPEiLO -IP $iLOHost.IP -Username &amp;lt;Username&amp;gt; -Password &amp;lt;password&amp;gt; -DisableCertificateAuthentication&lt;/P&gt;
&lt;P style="margin: 0;"&gt;$CertDetails = Get-HPEiLOSSLCertificateInfo -Connection $iloConnection -OutputType RawResponse&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;BR /&gt;In parallel you may also Explore HPE Restul API&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;A href="https://hewlettpackard.github.io/python-redfish-utility/#certificate-command" target="_blank"&gt;https://hewlettpackard.github.io/python-redfish-utility/#certificate-command&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.hpe.com/us/en/product-catalog/detail/pip.7630408.html#" target="_blank"&gt;https://www.hpe.com/us/en/product-catalog/detail/pip.7630408.html#&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 14:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/posh-get-hpeilosslcertificateinfo-errormessage-with-ilo4/m-p/7136437#M9100</guid>
      <dc:creator>Sebasbin</dc:creator>
      <dc:date>2021-05-27T14:15:17Z</dc:date>
    </item>
  </channel>
</rss>

