Skip to main content

Windows 11 Upgrade Compatibility

Summary

This document shows which machines are eligible to upgrade to Windows 11 based on the PowerShell script provided by Microsoft.

Dependencies

Columns

ColumnDescription
ClientIdClientId (Hidden).
LocationIdLocationId (Hidden).
ComputerIdComputerid (Hidden).
Client NameName of the Client.
Location NameName of the Location.
Computer NameName of the Computer.
Friendly NameFriendly Name of the Computer (Hidden).
Operating SystemName of the Operating System.
OS VersionBuild number of the Operating System.
Last ContactLast contact of the machine with the Automate Server.
Compatibility CheckDisplays the Windows 11 compatibility status of the machine. Values can be Capable, Not Capable, Undetermined,,Not Capable: Secureboot Disabled, Not Capable: FreeDisk < 64GB, or Script Failed.
Secure Boot CheckSecure Boot status of the machine against the compatibility check. Values can be Fail or Pass.
Memory CheckMemory check of the machine against the compatibility check. Values can be Fail or Pass.
CPU CheckCPU check of the machine against the compatibility check. Values can be Fail or Pass.
OS Drive Size CheckOS Drive Space check of the machine against the compatibility check.
OS Drive Space CheckOS Drive Space check of the machine against the compatibility check. Pass if Drive space is more then 64 GB. Fail if its lower then 64 GB
TPM CheckTPM version check of the machine against the compatibility check. Values can be Fail or Pass.
OS Drive Size GBTotal Space in C:\ drive in GB.
OS Drive Free Space GBFree Space available in C:\ drive in GB.
Script Last RanThe last time the compatibility check script was run against the target device.
Last UserLast user logged on to the machine according to Automate.
Is ESU ActivatedYes, if Extended Security Updates (ESU) license is activated on the machine.

Format Control

Column NameOperatorComparatorColor
Compatibility CheckEqualsNot CapableRed
Compatibility CheckEqualsNot Capable: FreeDisk < 64GBRed
Compatibility CheckEqualsNot Capable: Secureboot DisabledRed
Compatibility CheckEqualsUndeterminedOrange
Compatibility CheckEqualsCapableGreen

Changelog

2025-12-16

  • Added Is ESU Activated column to show if a Windows 10 has ESU license.

2025-10-14

  • Updated the dataview to show machines as "Not Capable: Secureboot Disabled" if secureboot is disabled.

2025-09-09

  • When all checks passed, and the system drive size was detected as less than 64 GB, it was marking the compatibility as undetermined. Fixed this problem and introduced the compatibility as 'Not Capable: FreeDisk 64GB' for such cases.

2025-07-22

  • New column 'OS DriveSpace Check' shows if drive size is above 64 gb or not Updated compatibility column to consider 'OS DriveSpace Check' as well

2025-06-06

  • Added Friendly Name Column

2025-04-10

  • Initial version of the document

2025-03-17

  • The filter for Windows 10 or Windows 11 version in the dataview was not working because of SQL logic used in the dataview. Updated the SQL and now the filter is working fine in the DV.