<?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: Managing iLO using HPE PowerShell cmdlets in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/managing-ilo-using-hpe-powershell-cmdlets/m-p/7136936#M9110</link>
    <description>&lt;P&gt;The InventoryInformation.ps1 sample script seem to have an error:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;$result = Get-HPEiLOServerSoftwareInventory -Connection $connection&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;foreach($output in $result)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;if($output.Status -eq "OK")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;Write-Host "`nServer Software Inventory information for $($output.IP)." -ForegroundColor Green&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;$output.&lt;FONT color="#FF0000"&gt;Devices&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;else&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;if($output.StatusInfo -ne $null)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;{ $message = $output.StatusInfo.Message; Write-Host "`nFailed to get Server Software Inventory information for $($output.IP): "$message -ForegroundColor Red }&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone ever tried to use it?&lt;/P&gt;</description>
    <pubDate>Mon, 31 May 2021 17:00:46 GMT</pubDate>
    <dc:creator>Anand1202</dc:creator>
    <dc:date>2021-05-31T17:00:46Z</dc:date>
    <item>
      <title>Managing iLO using HPE PowerShell cmdlets</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/managing-ilo-using-hpe-powershell-cmdlets/m-p/7004167#M8035</link>
      <description>&lt;P&gt;&lt;SPAN class="remaining-body"&gt;Hi Folks,&lt;BR /&gt;&lt;BR /&gt;HPEiLOCmdlets 2.0 supporting Gen10 ! is released:&lt;BR /&gt;&lt;BR /&gt;The highlights of the release are:&lt;BR /&gt;- Total of 214 Cmdlets in this release. 71 new Cmdlets added in 2.0 out of which 53 are for supporting iLO5 features&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;- Supports iLO5 on Gen10 using Redfish&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;- Complete support of Absaroka feature.&lt;BR /&gt;- Support for all new user privileges in iLO.&lt;BR /&gt;- Backup and Restore of iLO settings.&lt;BR /&gt;- Support for Firmware verification scan and send system recovery event feature.&lt;BR /&gt;- Support for getting PCI Device, USB Device, software inventory.&lt;BR /&gt;- Support for new security settings: Production, High security, FIPS, SuiteB, CNSA&lt;BR /&gt;- Rebranded cmdlets to have HPE in the cmdlet name&lt;BR /&gt;- Connection based design of cmdlet to enhance customer experience&lt;BR /&gt;- Supports logging feature for better problem diagnosis of customer issues.&lt;BR /&gt;- RIBCL, Redfish interface is used for iLO communication in iLO 4, iLO 5 respectively.&lt;BR /&gt;- Re-grouped cmdlets to improve customer experience and usability&lt;BR /&gt;- Better error handling mechanism for error categorization&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------------------------------------&lt;BR /&gt;The HPEiLOCmdlets 2.0 module can be downloaded from below sites:&lt;BR /&gt;&lt;BR /&gt;- HPE Support Site&lt;BR /&gt;&lt;A title="https://support.hpe.com/hpsc/swd/public/detail?sp4ts.oid=1008862655&amp;amp;swItemId=MTX_2596ebfd0d404421be2ea73ca4&amp;amp;swEnvOid=4184" href="https://support.hpe.com/hpsc/swd/public/detail?sp4ts.oid=1008862655&amp;amp;swItemId=MTX_2596ebfd0d404421be2ea73ca4&amp;amp;swEnvOid=4184" target="_blank" rel="nofollow noreferrer"&gt;https://support.hpe.com/hpsc/swd/public/detail?sp4ts.oid=1008862655&amp;amp;swItemId=MTX_2596ebfd0d404421be2ea73ca4&amp;amp;swEnvOid=4184&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- PowerShell Gallery&lt;BR /&gt;&lt;A title="https://www.powershellgallery.com/packages/HPEiLOCmdlets/2.0.0.0" href="https://www.powershellgallery.com/packages/HPEiLOCmdlets/2.0.0.0" target="_blank" rel="nofollow noreferrer"&gt;https://www.powershellgallery.com/packages/HPEiLOCmdlets/2.0.0.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------------------------------------&lt;BR /&gt;Additional Links:&lt;BR /&gt;&lt;BR /&gt;- HPEiLOCmdlets Sample Scripts&lt;BR /&gt;&lt;A title="https://github.com/HewlettPackard/PowerShell-ProLiant-SDK/tree/master/HPEiLO/2.0" href="https://github.com/HewlettPackard/PowerShell-ProLiant-SDK/tree/master/HPEiLO/2.0" target="_blank" rel="nofollow noreferrer"&gt;https://github.com/HewlettPackard/PowerShell-ProLiant-SDK/tree/master/HPEiLO/2.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- User guide and release notes&lt;BR /&gt;&lt;A title="http://h17007.www1.hpe.com/us/en/enterprise/servers/solutions/info-library/index.aspx?cat=scripting_tools_powershell#.V8AWOfl96Hv" href="http://h17007.www1.hpe.com/us/en/enterprise/servers/solutions/info-library/index.aspx?cat=scripting_tools_powershell#.V8AWOfl96Hv" target="_blank" rel="nofollow noreferrer"&gt;http://h17007.www1.hpe.com/us/en/enterprise/servers/solutions/info-library/index.aspx?cat=scripting_tools_powershell#.V8AWOfl96Hv&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Migration Advisory 1.1 guides to migrate HPiLOCmdets 1.x scripts to HPEiLOCmdlets 2.0&lt;BR /&gt;&lt;A title="https://www.powershellgallery.com/packages/HPEMigrationAdvisoryTool/1.1.0.0" href="https://www.powershellgallery.com/packages/HPEMigrationAdvisoryTool/1.1.0.0" target="_blank" rel="nofollow noreferrer"&gt;https://www.powershellgallery.com/packages/HPEMigrationAdvisoryTool/1.1.0.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Use the HPEiLOCmdlets 2.0.0.0 for HPE Proliant Servers management and automation.&lt;BR /&gt;&lt;BR /&gt;Happy Scripting :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class="yj-tooltip-target"&gt;&lt;SPAN class="yj-hovercard-link--name"&gt;Aarti Verma&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 05:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/managing-ilo-using-hpe-powershell-cmdlets/m-p/7004167#M8035</guid>
      <dc:creator>Aarti_Verma</dc:creator>
      <dc:date>2018-05-24T05:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Managing iLO using HPE PowerShell cmdlets</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/managing-ilo-using-hpe-powershell-cmdlets/m-p/7008280#M8062</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Aarti,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you know if this HPEiLOcmdlet have really been tested (in my case against Gen 9) ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am seaching for help&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 19:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/managing-ilo-using-hpe-powershell-cmdlets/m-p/7008280#M8062</guid>
      <dc:creator>PhS-</dc:creator>
      <dc:date>2018-06-07T19:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Managing iLO using HPE PowerShell cmdlets</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/managing-ilo-using-hpe-powershell-cmdlets/m-p/7008452#M8067</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As I mentioned in other posts there is a bug for generating CSR with custom fields on iLO4 i.e., Gen 8 and 9.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 05:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/managing-ilo-using-hpe-powershell-cmdlets/m-p/7008452#M8067</guid>
      <dc:creator>GokulKS</dc:creator>
      <dc:date>2018-06-11T05:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Managing iLO using HPE PowerShell cmdlets</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/managing-ilo-using-hpe-powershell-cmdlets/m-p/7136936#M9110</link>
      <description>&lt;P&gt;The InventoryInformation.ps1 sample script seem to have an error:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;$result = Get-HPEiLOServerSoftwareInventory -Connection $connection&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;foreach($output in $result)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;if($output.Status -eq "OK")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;Write-Host "`nServer Software Inventory information for $($output.IP)." -ForegroundColor Green&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;$output.&lt;FONT color="#FF0000"&gt;Devices&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;else&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;if($output.StatusInfo -ne $null)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;{ $message = $output.StatusInfo.Message; Write-Host "`nFailed to get Server Software Inventory information for $($output.IP): "$message -ForegroundColor Red }&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone ever tried to use it?&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 17:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/managing-ilo-using-hpe-powershell-cmdlets/m-p/7136936#M9110</guid>
      <dc:creator>Anand1202</dc:creator>
      <dc:date>2021-05-31T17:00:46Z</dc:date>
    </item>
  </channel>
</rss>

