- Community Home
- >
- Software
- >
- HPE OneView
- >
- Re: Oneview Powershell modules broken, losing the ...
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
09-29-2023 10:35 AM - last edited on 10-01-2023 10:25 AM by support_s
09-29-2023 10:35 AM - last edited on 10-01-2023 10:25 AM by support_s
Oneview Powershell modules broken, losing the will to live.
I had a load of scripts to give me real time power stats for clusters etc and now none of them work with the 8.00 plug in for powershell.
Keeping it simple, even the basic command does not work:
Get-OVServer -ServerName xyzserver | Show-OVUtilization
Results in this mess:-
MethodInvocationException: Exception calling ".ctor" with "13" argument(s): "String '09/29/2023 17:30:00' was not recognized as a valid DateTime."
Does anything work any more?!
- Tags:
- OneView
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 06:11 PM - edited 09-29-2023 06:13 PM
09-29-2023 06:11 PM - edited 09-29-2023 06:13 PM
Re: Oneview Powershell modules broken, losing the will to live.
[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
09-29-2023 06:19 PM
09-29-2023 06:19 PM
Re: Oneview Powershell modules broken, losing the will to live.
And here is the Cmdlet in operation from the current 8.00 library and an 8.00 appliance:
And here's the same library connecting to an 8.50 appliance:
[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
10-19-2023 12:33 AM
10-19-2023 12:33 AM
Re: Oneview Powershell modules broken, losing the will to live.
Hello,
@T_1_6 I have the same problem like you have. What is your timezone ?
I am in Belgium (Europe). If you change in your regional settings the date format to MM-dd-yyyy, the problem will go away. It is not a clean solution, it is just a workaround.
@ChrisLynch It is the problem we had a chat about on Github ( show-ovutilization errors (maybe due to date format) · Issue #650 · HewlettPackard/POSH-HPEOneView (github.com) )
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 08:04 AM
11-28-2023 08:04 AM
Re: Oneview Powershell modules broken, losing the will to live.
Great work!
I changed my system format to US (urrgh) and it worked!
Not sure why it was ok before, but with the updated cmdlets, it now fails unless the date is in US format.
Still, great observations.