Windows 11 Upgrade Eligibility Information - superseded
0 Votes |
Versioning - This is an older version.
1 | Windows 11 Upgrade Eligibility Information | 10/8/2021 12:51:52 PM |
2 | Windows 11 Upgrade Eligibility Information | 11/2/2021 5:04:18 PM |
3 | Windows 11 Upgrade Eligibility Information | 11/2/2021 5:06:01 PM |
4 | Windows 11 Upgrade Eligibility Information | 11/2/2021 5:19:22 PM |
5 | Windows 11 Upgrade Eligibility Information | 11/2/2021 5:33:07 PM |
6 | Windows 11 Upgrade Eligibility Information | 12/7/2021 1:18:11 PM |
Description
This analysis applies to Windows 10 systems only. System requirements:
Important Note: Graphics Card Check requires a to evaluate. Please run this task on all of your Windows 10 devices. * We have observed in our testing that Windows 10 can be upgraded to 11 in virtual environments with WDDM 1.1 and 1.4 without any issues. |
Property Details
2998655 | |
QA - Ready for Production Level Testing | |
Windows 11 Upgrade Eligibility Information | |
BESC | |
Win11 eligibility analysis and probe task | |
marjan on 11/2/2021 5:33:07 PM | |
marjan on 11/2/2021 5:33:07 PM | |
1792 Views / 24 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Properties
OS Architecture
Period
1 day
* Results in a true/false |
(if (it = "x86_64") then "PASS" else "FAIL - OS Architecture: " & it) of (architecture of operating system)
Processor Speed Check
Period
1 day
* Results in a true/false |
(if (it > 1000) then "PASS" else concatenation of "FAIL - Current processor speed in GHZ: " & (it as string)) of (significant digits 2 of (speed of main processor / mhz))
Processor Core Count Check
Period
1 day
* Results in a true/false |
(if (it >= 2) then "PASS" else concatenation of "FAIL - Current core count: " & (it as string)) of (core of it * count of it) of cpupackage
Memory Check
Period
1 day
* Results in a true/false |
(if (it >= 4096) then "PASS" else "FAIL - Current memory in MB: " & (it as string)) of (size of ram /1048576)
Storage Check
Period
1 day
* Results in a true/false |
(if (it) then "PASS" else "FAIL - no 64GB fixed drive") of ( exists drive whose (type of it = "DRIVE_FIXED" and (total space of it/(1024*1024*1024)) >=64 ))
Video Card Memory Check
Period
5 minutes
* Results in a true/false |
(if (number of elements of it = 0) then "PASS" else "FAIL - Issues: " & concatenation "," of elements of it ) of set of ( following texts whose (it does not contain "12" AND (it as integer < 12 ) of first 2 of (it as trimmed string) of following text of first "DirectX" of it) of first ": " of (it as string) of lines whose (it as trimmed string starts with "DirectX Version: ") of it; following texts whose ( (it as trimmed string as version < "2.0") of following text of first "WDDM" of it) of firsts ": " of (it as string) of lines whose (it as trimmed string starts with "Driver Model:" and it contains "WDDM") of it)of file "win11-eligibility\dxdiag.txt" of parent folder of client |"probe not run"
TPM 2.0 Check
Period
15 minutes
* Results in a true/false |
(if number of elements of it = 0 then "FAIL - TPM not visible in wmi" else (if (number of elements of it = 0) then "PASS" else "FAIL - TPM issues: " & concatenation "|" of elements of it) of set of elements whose ((it contains "_InitialValue" AND not (it as boolean) of following text of first "=" of it) OR ((it as version < "2.0") of tuple string item 0 of following text of first "SpecVersion=" of it)) of it) of set of ((it as string) of selects "IsActivated_InitialValue, IsEnabled_InitialValue, IsOwned_InitialValue, SpecVersion from Win32_Tpm" of wmis "root\CIMv2\Security\MicrosoftTpm")
UEFI State Check
Period
15 minutes
* Results in a true/false |
if (exists selects "* from Win32_DiskPartition Where Type = 'GPT: System'" of wmi) then "PASS" else "FAIL - BIOS boot mode"
Secure Boot State Check
Period
15 minutes
* Results in a true/false |
if exists key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\State" whose (value "UEFISecureBootEnabled" of it = 1) of native registry then "PASS" else "FAIL - Secure Boot Disabled"
OS Version Check
Period
15 minutes
* Results in a true/false |
(if (it >=2004) then "PASS" else "FAIL - Current Version: " & (it as string)) of (it as integer) of value "ReleaseID" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" of native registry
Relevance
Not in Proxy Agent Context (Relevance 1131)
if exists property "in proxy agent context" then ( not in proxy agent context ) else true
name of operating system as lowercase starts with "win10"
Sharing
Social Media: |
Comments
|
|
fantastic. |