"Windows 11 Upgrade Eligibility Information"

In the BES Inventory and License site (v 207 as I type this) , is this analysis being kept up to date?
ID: 546
Windows 11 Upgrade Eligibility Information

In evaluating eligibility of our base, we are finding "failures" for processor models that are definitely on the 24H2 list. (These are already on Windows 11, but we are evaluating for 24H2 and beyond.)

Thank you,
Andrew

I ran a check on few models and seems these are not included in relevance condition for “Processor Model Check” which is 3rd relevance. Though these processors definitely supports 24h2 and beyond.

You can just export the analysis and check in the XML when it was last modified. Then you can see if it was ever updated

I will check my cases with the support because I think I've already spoke about this issue with them

You can also get the modification time via session relevance.

modification time of bes fixlets whose (id of it = 546)

2 Likes

Looking only at Microsoft's 24H2 list for Intel processors in our environment[*], I came up with this alternate relevance for an analysis property:

if ((string (unique values of model names of processors)) contains perl regex "(i[3,5,7,9]-(([8,9]|1[0,1,2,3,4])\d\d(\d|[A-Z])))|(Ultra [5,7,9] [1,2,3]\d\d)|(W-((1[0,1])|[1,2,3])\d\d\d)") then ("PASS") else ("FAIL - " & string (string (unique values of model names of processors)) )

[*] Core, Core Ultra, and some Xeon W series.

Hope this is useful for someone else.

1 Like