MarcVndrhgn

Results 8 comments of MarcVndrhgn

I just tried to set the registry keys on 2 machines v1809 and it doesn't work. All the values are set on 0 but wen a user logs in, all...

Indeed, as you said, if the admin shares are created on the machine we could assume that a singleletter$ represent a drive. Another option, I don't know if it could...

Hello, Here is the $pslibraryversion output : ```powershell xxxxxxxxxxxxxxxx : ApplianceVersion: 8.50.00.482370.00 LibraryVersion : 8.30.3534.1611 Path : C:\Users\xxxxxxxxx\Documents\PowerShell\Modules\HPEOneView.830\8.30.3534.1611 ``` Here is the output of the command you asked to run...

Hello, The problem comes from powershell. On the same machine (windows server 2022), under powershell 5.1 it works : ```powershell PS C:\WINDOWS\system32> get-ovserver -count 1 | Show-OVUtilization Name CPUCurrent PowerCurrent...

Hello, Here is the file in attach. [server-utilization.json.txt](https://github.com/HewlettPackard/POSH-HPEOneView/files/12819527/server-utilization.json.txt)

Here is the output : ```powershell PS D:\Data> [datetime]::Parse("2023-10-05T06:50:00Z") 05 October 2023 08:50:00 PS D:\Data> get-winsystemlocale LCID Name DisplayName ---- ---- ----------- 2057 en-GB English (United Kingdom) ```

I installed an older vesion of powershell 7 (7.2.12) on another of our server (also a 2022) and I have the same problem when doing 'get-ovserver | show-ovutilization' , like...

I have made some further tests on a third server where I was able to change the regional settings. The problem comes from the short date format. Between 2 powershell...