Skip to main content

Secureboot Remediation and Audit Solution

Purpose

This solution checks the SecureBoot status and validates the associated certificates. Additionally, it performs on-demand remediation when required.

Associated Content

ContentTypeFunction
cPVAL SecureBoot CheckCustom FieldThis custom field shows whether Secure Boot is enabled on the device.
SecureBoot 2026 Compliance CheckAutomationThis script evaluates whether a Windows device is prepared for the upcoming Microsoft Secure Boot certificate transition scheduled for 2026.
Remediation SecureBoot 2026 ComplianceAutomationThis script automates the remediation of UEFI Secure Boot certificates required for Windows 2026 compliance. It ensures the system has the latest 2023 UEFI certificates (KEK and db) and configures the system for automatic Microsoft-managed UEFI certificate updates.

Implementation

Step 1: Create the Custom Field cPVAL SecureBoot Check

Step 2: Import Automation Scripts:

FAQ

Q1. What is the purpose of the Secure Boot Compliance – Audit solution?

A. The solution audits the Secure Boot configuration on Windows devices and validates related Secure Boot certificates. It updates custom fields to reflect whether the device is compliant or using outdated certificates.

Q2. What information does this solution collect from devices? A. The solution collects and records the following information:

  • Secure Boot status (enabled or disabled)
  • Windows telemetry status
  • Windows Secure Boot DB certificate status
  • Windows KEK certificate status

This information is stored in custom fields for reporting and compliance monitoring.

Q3. Why are custom fields used in this solution?
A. Custom fields allow Secure Boot audit results to be stored directly on each device record. This makes it easier to:

  • Filter devices
  • Create device groups
  • Generate reports
  • Monitor compliance across the environment.

Q4. When should this solution be deployed?
A. This solution should be deployed across all Windows devices to ensure they are prepared for the 2026 Microsoft Secure Boot certificate transition and to maintain consistent security compliance across the environment.

Q5. Why is Secure Boot certificate validation important?
A. Secure Boot certificates ensure that only trusted software can run during the system boot process. Validating these certificates helps maintain system integrity and ensures compatibility with upcoming security updates from Microsoft.

Changelog

2026-04-13

  • Initial version of the document