Skip to main content

pvl_boot_environment_details

Purpose

Stores boot environment audit results collected by the Boot Environment Audit script. Each row represents the latest audit data for a managed Windows device, covering Secure Boot status, UEFI CA 2023 certificate enrollment, BIOS firmware readiness, available driver updates, cumulative update status, boot configuration anomalies, and telemetry settings. This data powers the Boot Environment Audit dataview for fleet-wide reporting and compliance review.

Dependencies

Tables

pvl_boot_environment_details

PropertyTypeDescription
ComputerIDIntThe unique identifier of the client.
OEMUpdatesCountIntNumber of available OEM driver updates from the device manufacturer tool.
SecureBootStatusVarcharSecure Boot state: Enabled, Disabled, or Unknown.
TelemetryStatusVarcharWindows telemetry state: Enabled or Disabled.
DBCertificateStatusVarcharStatus of UEFI db certificate for CA 2023: Updated, Out of date, or Not present.
KEKCertificateStatusVarcharStatus of UEFI KEK certificate for CA 2023: Updated, Out of date, or Not present.
DBDefaultCertificateStatusVarcharStatus of default db certificate for CA 2023: Updated, Out of date, or Not present.
CurrentCumulativeUpdateVarcharName/KB identifier of the most recently installed cumulative update.
Nov2025CUInstalledInt1 if November 2025 or newer cumulative update is installed.
BiosNameVarcharBIOS name from Win32_BIOS (e.g., Dell Inc. BIOS, HP BIOS).
BiosVersionVarcharRaw BIOS version Varchar from Win32_BIOS.
BiosVersionNumberVarcharNormalized numeric BIOS version extracted from BiosVersion.
CA2023SupportedBIOSVersionVarcharMinimum BIOS version required for CA2023 support (from lookup data).
CA2023SupportedBIOSVersionNumberVarcharNormalized numeric version from CA2023SupportedBIOSVersion.
PXE_PresentInt1 if firmware boot entries indicate PXE or network boot options.
DualBootOrNonWindowsEFIInt1 if non-Windows EFI boot entries are detected (Ubuntu, Debian, GRUB, etc.).
WinRE_EnabledInt1 if Windows Recovery Environment is enabled.
PresentVarcharComma-separated summary of detected conditions (e.g., "PXE, WinREEnabled").
PXE_EvidenceVarcharDetailed evidence lines from bcdedit output showing PXE/network boot indicators.
DualBoot_EvidenceVarcharDetailed evidence lines from bcdedit output showing non-Windows EFI boot indicators.
Available_UpdatesVarcharValue of Secure Boot registry AvailableUpdates or Not exist if not present.
UEFICA2023_StatusVarcharSecure Boot servicing registry UEFICA2023Status value or Not exist.
UEFICA2023_ErrorVarcharSecure Boot servicing registry UEFICA2023Error value or Not exist.
WindowsUEFICA2023_CapableVarcharSecure Boot servicing registry WindowsUEFICA2023Capable value or Not exist.
ConfidenceLevelVarcharSecure Boot servicing registry ConfidenceLevel value or Not exist.
ConfidenceUpdateTypeVarcharSecure Boot servicing registry ConfidenceUpdateType value or Not exist.
BucketHashVarcharSecure Boot servicing registry BucketHash value or Not exist (hash for telemetry grouping).
DateDateTimeTimestamp of when the audit script last ran and populated this record.

Changelog

2026-05-06

  • Initial version of the document