-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Description
Describe the problem
On a non-English speaking system (in my case German) the following error message occurs.
The reason is that systeminfo.exe is fully translated.
Expectation
No response
Additional Information
From my point of view, systeminfo.exe should not be used and the WMI class Win32_OperatingSystem should be used instead.
(Get-CimInstance -ClassName Win32_OperatingSystem -Property Caption).Caption
PowerShell version
7.3
Platform
Windows 10 Pro or Enterprise
Additional Checks
- You are using the latest version of this module.
- You have read this repository's README file.
- You have read full help and examples for the command you are having problems with.
- You are running PowerShell in an elevated session.
- You are running in a traditional PowerShell console or Windows Terminal

