Hi Everyone !
I'm checking to implement an system check on Compliance to detect vulnerable versions of Windows Operating Systems.
On the organization we had a lot of windows versions ( W10, W11 and other older versions), and i implement a group Check with many system checks reading regedit -> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentBuild.
Questions :
1.- Don't exist the "Windows 11" Category on Operating System definition. ¿It will exist?
2.- ¿Can use logical operators to evaluate the value? Something like >19045 on Windows10 OS's, or anything similar on Windows 11 ( >22000 ) https://endoflife.date/windows, or i'm forced to create an system check for any valid version, or an system check to any invalid version and use a group check.