- Community Home
- >
- Software
- >
- HPE OneView
- >
- Powershell HPEOneview with HPEiLOCmdlets
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago - last edited 3 weeks ago by support_s
a month ago - last edited 3 weeks ago by support_s
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.
- Tags:
- OneView
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
3 weeks ago
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
3 weeks ago
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".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago by Thaufique_Mod
2 weeks ago - last edited 2 weeks ago by Thaufique_Mod
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
....