HPE OneView
1825711 Members
3128 Online
109686 Solutions
New Discussion

Powershell HPEOneview with HPEiLOCmdlets

 
atec
Senior Member

Powershell HPEOneview with HPEiLOCmdlets

Hello,

Is there a way to use module HPEiLOCmdlets ( which only works with windows powershell  ) with HPEOneview 8.x and above.

I can only make it work HPEiLOCmdlets with HPEOneview 7.2 and below.

Many thanks for your help.

 

3 REPLIES 3
ShruthiSK
HPE Pro

Re: Powershell HPEOneview with HPEiLOCmdlets

Hello @atec

Could you please share the server being used and the version of the iLO cmdlets being used?



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
support_s
System Recommended

Query: Powershell HPEOneview with HPEiLOCmdlets

Hello,

 

Let us know if you were able to resolve the issue.

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.

 

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".


Accept or Kudo

atec
Senior Member

Re: Powershell HPEOneview with HPEiLOCmdlets

@ShruthiSK 

Hello, powershell is installed on Windows Server 2022.

Version of HPERedfishCmdlets is 1.1.0.0

This is not working with powershell Core version 7.5.1 :

get-hpERedfishDataRaw -session $ilosession -DisableCertificateAuthentication -Odataid '/redfish/v1/Systems'
Exception: Exception calling "GetResponse" with "0" argument(s): "The SSL connection could not be established, see inner exception."

Whereas with windows Powershell  version 5.1.20348.2849, the same command is working fine :

get-hpERedfishDataRaw -session $ilosession -DisableCertificateAuthentication -Odataid '/redfish/v1/Systems'

@@odata.context : /redfish/v1/$metadata#ComputerSystemCollection.ComputerSystemCollectio

....