Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
FACT 3.11.4
-
None
-
Platform OS
-
Platform OS Kanban
-
Needs Assessment
-
Bug Fix
-
Facter now correctly distinguishes between Windows Server 2016 and Windows Server 2019.
-
Needs Assessment
Description
Some assumptions were made in FACT-1492 about how Windows version numbers should resolve (currently codified here). Now that Windows 2019 server is out, we should update those assumptions to use the build number, which lets us distinguish between Windows 2016 and Windows 2019. We can get the build number from RtlGetVersion, which we already do so here