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
| Column | Type | Explanation | 
|---|---|---|
| Computerid | INT | Stores the Computer ID. | 
| Capable | TINYINT | Indicates whether the machine is upgradable to Windows 11 or not. 0 = capable, 1 = not capable. | 
| Secureboot | TINYINT | Indicates whether Secure Boot is enabled. 0 = disabled, 1 = enabled. | 
| Memory | TINYINT | Indicates whether the physical memory meets the upgrade criteria. 0 = failed, 1 = pass. | 
| CPU | TINYINT | Indicates whether the processor is supported for the Windows 11 upgrade. 0 = failed, 1 = pass. | 
| OSDisk | TINYINT | Indicates whether the OS drive size is compatible with the Windows 11 upgrade. 0 = failed, 1 = pass. | 
| TPM | TINYINT | Indicates whether the TPM version is compatible with the Windows 11 upgrade. 0 = failed, 1 = pass. | 
| LastRan | DATETIME | Timestamp for the collected data. |