Skip to main content

plugin_proval_windows11_readiness

Purpose

The custom table stores the data gathered by the Windows - Check Windows 11 Compatibility script.

Dependencies

SEC - Windows Patching - Script - Windows - Check Windows 11 Compatibility

Tables

plugin_proval_windows11_readiness

ColumnTypeExplanation
ComputeridINTStores the Computer ID.
CapableTINYINTIndicates whether the machine is upgradable to Windows 11 or not. 0 = capable, 1 = not capable.
SecurebootTINYINTIndicates whether Secure Boot is enabled. 0 = disabled, 1 = enabled.
MemoryTINYINTIndicates whether the physical memory meets the upgrade criteria. 0 = failed, 1 = pass.
CPUTINYINTIndicates whether the processor is supported for the Windows 11 upgrade. 0 = failed, 1 = pass.
OSDiskTINYINTIndicates whether the OS drive size is compatible with the Windows 11 upgrade. 0 = failed, 1 = pass.
TPMTINYINTIndicates whether the TPM version is compatible with the Windows 11 upgrade. 0 = failed, 1 = pass.
LastRanDATETIMETimestamp for the collected data.