<?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 Powershell 7 and HPECmdlets in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/powershell-7-and-hpecmdlets/m-p/7259353#M10451</link>
    <description>&lt;P&gt;Recently upgraded to pwsh 7 and having a problem with hpecmdlets (ilo, bios, ssa) not being found when pwsh 7 is opened up.&lt;BR /&gt;&lt;BR /&gt;I have the modules in the correct folder where Pwsh can see them with get-module -listavailable, but the "exported commands" fields are blank,&lt;BR /&gt;&lt;BR /&gt;Do hpecmdlets need a special installation method for pwsh 7?&amp;nbsp; Or do they only work properly on non-core powershell versions?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-12-02 at 10.59.50.png" style="width: 1920px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/153178i3F310448072116B3/image-size/large?v=v2&amp;amp;px=2000" role="button" title="Screenshot 2025-12-02 at 10.59.50.png" alt="Screenshot 2025-12-02 at 10.59.50.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Dec 2025 11:59:37 GMT</pubDate>
    <dc:creator>InsightAutomato</dc:creator>
    <dc:date>2025-12-03T11:59:37Z</dc:date>
    <item>
      <title>Powershell 7 and HPECmdlets</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/powershell-7-and-hpecmdlets/m-p/7259353#M10451</link>
      <description>&lt;P&gt;Recently upgraded to pwsh 7 and having a problem with hpecmdlets (ilo, bios, ssa) not being found when pwsh 7 is opened up.&lt;BR /&gt;&lt;BR /&gt;I have the modules in the correct folder where Pwsh can see them with get-module -listavailable, but the "exported commands" fields are blank,&lt;BR /&gt;&lt;BR /&gt;Do hpecmdlets need a special installation method for pwsh 7?&amp;nbsp; Or do they only work properly on non-core powershell versions?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-12-02 at 10.59.50.png" style="width: 1920px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/153178i3F310448072116B3/image-size/large?v=v2&amp;amp;px=2000" role="button" title="Screenshot 2025-12-02 at 10.59.50.png" alt="Screenshot 2025-12-02 at 10.59.50.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 11:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/powershell-7-and-hpecmdlets/m-p/7259353#M10451</guid>
      <dc:creator>InsightAutomato</dc:creator>
      <dc:date>2025-12-03T11:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell 7 and HPECmdlets</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/powershell-7-and-hpecmdlets/m-p/7259401#M10452</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2095390"&gt;@InsightAutomato&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;HPE’s iLO, BIOS, and SSA cmdlets were originally built for Windows PowerShell (the “full” .NET Framework edition), not PowerShell 7 (Core). They don’t export commands properly in pwsh 7 because they rely on .NET Framework APIs that aren’t available in .NET Core. To use them, you either need to run them in Windows PowerShell 5.1 or check for newer HPE modules that explicitly support PowerShell 7.&lt;BR /&gt;&lt;STRONG&gt;If you’re managing older servers (Gen7–Gen9):&lt;/STRONG&gt;&lt;BR /&gt;1. Run the cmdlets in Windows PowerShell 5.1 (not pwsh 7).&lt;BR /&gt;2. You can launch it side-by-side with pwsh 7; both can coexist.&lt;BR /&gt;&lt;STRONG&gt;If you’re managing newer servers (Gen10+):&lt;/STRONG&gt;&lt;BR /&gt;1. Install the updated modules from the PowerShell Gallery:&lt;BR /&gt;&lt;EM&gt;Install-Module -Name HPEiLOCmdlets&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Install-Module -Name HPEBIOSCmdlets&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Install-Module -Name HPESmartArrayCmdlets&lt;/EM&gt;&lt;BR /&gt;2. Alternative approach: Use HPE’s Redfish REST API directly with PowerShell 7 scripts if cmdlets aren’t available for your hardware generation.&lt;/P&gt;&lt;P&gt;Thank You!&lt;BR /&gt;I work with HPE but opinions expressed here are mine.&lt;BR /&gt;&lt;A href="https://support.hpe.com/connect/s/search?language=en_US#t=Videos&amp;amp;sort=%40hpescuniversaldate%20descending&amp;amp;layout=card&amp;amp;numberOfResults=50&amp;amp;f%3A%40kmvideomarketinglabel=%5BTech%20Tips%5D&amp;amp;archive=false" target="_blank"&gt;HPE Tech Tips videos on How To and Troubleshooting topics&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 05:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/powershell-7-and-hpecmdlets/m-p/7259401#M10452</guid>
      <dc:creator>yesheswini_s</dc:creator>
      <dc:date>2025-12-03T05:57:06Z</dc:date>
    </item>
    <item>
      <title>Query: Powershell 7 and HPECmdlets</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/powershell-7-and-hpecmdlets/m-p/7259600#M10454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Let us know if you were able to resolve the issue.&lt;BR /&gt;&lt;BR /&gt;If you are satisfied with the answers then kindly click the "Accept As Solution" button for the most helpful response so that it is beneficial to all community members.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please click on "Thumbs Up/Kudo" icon to give a "Kudo".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2025 06:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/powershell-7-and-hpecmdlets/m-p/7259600#M10454</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2025-12-08T06:30:47Z</dc:date>
    </item>
  </channel>
</rss>

