Depending on the editor you are using, your ILT editor may show one of EITHER these two:
In BOTH cases, they produce the same Item Level Targeting Filter in XML, like this:
In this way, there is no distinction between 2016 and 2019 servers. This is not a PolicyPak bug, because PolicyPak is using the underlying Group Policy Preferences Item Level Targeting editor and evaluation.
So you can have a SECOND item using Item Level Targeting to also check for the ReleaseID, which is the “major build number” in Windows server.
So.. the ILT would be:
– SERVER = 2016 / 2019
**AND**
REGISTRY MATCH == Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ReleaseId
You would use 1809 to match for Server 2019 and
You would use 1607 to match for Server 2016.
Therefore you can match on Server 2016 when you make your ILT exactly like this…
And match on Server 2019 like this..