question

Vid3al-7669 avatar image
0 Votes"
Vid3al-7669 asked saldana-msft edited

Report Windows 11 Compatibility

We are using the Script indicated in this article to centrally track down which devices do not have the hardware prerequisites for upgrading to Windows 11. We only use Configuration Manager Current Branch 2111.

https://techcommunity.microsoft.com/t5/microsoft-endpoint-manager-blog/understanding-readiness-for-windows-11-with-microsoft-endpoint/ba-p/2770866

We only use Configuration Manager Current Branch 2111.
If there are thousands of devices, after several tests we noticed that the result of the script is difficult to handle in an excel file for any searches or filters, so we tried to create a report with the suggestions of the following article.

https://www.anoopcnair.com/sccm-windows-11-upgrade-readiness-report-sql/

But we noticed a discrepancy in results between the two methods, that is, by running both methods on a test collection, the first shows all the devices, while the second shows fewer devices.

Investigating, we noticed that on several computers there is no registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\CompatMarkers\CO21H2" .

We also noticed that some computers with Windows 10 21H2, do not have this registry key. The lack of this key does not mean that the device is not compatible with Windows 11, because instead the script returns that it is compatible.

Why don't all computers have these registry keys?

Thank you all for your support.

mem-cm-generalmem-cm-updatesmem-analytics-reportingmem-cm-cmpivot
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

EswarKoneti-MVP avatar image
1 Vote"
EswarKoneti-MVP answered

have you looked at this report available which is based on the hardware components? https://www.systemcenterdudes.com/free-readiness-memcm-sccm-windows-11-report/

Thanks,
Eswar
www.eskonr.com

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

abbodi86-0005 avatar image
0 Votes"
abbodi86-0005 answered abbodi86-0005 published

You can force the computer to perform compatibility appraiser, in admin command prompt run:

 pushd %windir%\system32\
 CompatTelRunner.exe -m:devinv.dll -f:CreateDeviceInventory
 CompatTelRunner.exe -m:invagent.dll -f:RunUpdate
 CompatTelRunner.exe -m:generaltel.dll -f:DoCensusRun
 CompatTelRunner.exe -m:generaltel.dll -f:RunGeneralTelemetry
 CompatTelRunner.exe -m:generaltel.dll -f:GetCITData
 CompatTelRunner.exe -m:appraiser.dll -f:DailyGatedCheck
 CompatTelRunner.exe -m:appraiser.dll -f:UpdateAvStatus
 CompatTelRunner.exe -m:appraiser.dll -f:DoScheduledTelemetryRun
 CompatTelRunner.exe -m:pcasvc.dll -f:QueryEncapsulationSettings
 DeviceCensus.exe
 DeviceCensus.exe SystemCxt
 DeviceCensus.exe UserCxt
 CompatTelRunner.exe
 CompatTelRunner.exe -maintenance


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Vid3al-7669 avatar image
0 Votes"
Vid3al-7669 answered

interesting, but they did not find the answer that I am also looking for.

https://docs.microsoft.com/en-us/answers/questions/857423/upgrade-experience-indicators-for-windows-11-upgra.html

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SatyendraVerma-0087 avatar image
0 Votes"
SatyendraVerma-0087 answered

I am also facing the same issue. I don't know why but these registries are missing from almost 2k plus machines in my organization.

Could it be due to using enablement package to upgrade to Win10 21H2?

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.