On the Windows Settings > System > About page, the "Windows specifications" section presents the following information.
Edition Windows 10 Enterprise
Version 20H2
OS build 19042.1288
Using the following reports the Version
member as 19042.1288
.
(Get-CimInstance -ClassName 'Win32_OperatingSystem').Version
Where can 20H2
be found in a CIM instance? I cannot find it in any of the following CIM instances.
CIM_OperatingSystem
Win32_OperatingSystem
Win32_SystemOperatingSystem