Windows 11 Security Baseline
The Windows 11 security baseline is Microsoft's curated set of recommended security
settings — hundreds of policies vetted for both security value and compatibility. The
baseline is delivered as Intune security baselines (settings catalog edition) or GPO
templates from the Microsoft Security Compliance Toolkit.
This skill covers what to enable, the Windows 11-specific controls (LAPS, VBS/HVCI,
Credential Guard, Smart App Control, PDE), and the rollout pattern.
When to use
Hardening a Windows 11 fleet with Intune (or GPO for legacy estates), with focus on
the hardware-rooted and identity-protection capabilities specific to modern Windows.
Do not use this skill for MDE policy authoring (defender-for-endpoint), generic
Intune device management (intune-device-mgmt), or BitLocker-only design
(bitlocker-design).
Core controls — turn on, in this order
| Control |
Why first |
| Tamper Protection (MDE) |
Without it, all other controls are advisory |
| Secure Boot + TPM 2.0 |
Foundation for VBS/HVCI/Credential Guard; required for Win11 |
| VBS / HVCI / Memory Integrity |
Kernel-mode code integrity in a hypervisor-isolated container |
| Credential Guard |
LSASS isolation; defeats most credential-theft tooling |
| LSA protection |
Prevents non-protected processes from injecting into LSASS |
| BitLocker |
Disk encryption with TPM-bound startup |
| Personal Data Encryption (PDE) |
Per-file encryption tied to user sign-in (kicks in after first sign-in) |
| Windows Hello for Business |
Replaces password-based local sign-in |
| Windows LAPS (modern) |
Local admin password rotation, Entra-backed |
| Smart App Control |
Default-deny code execution on clean-installed Win11 |
| WDAC / App Control for Business |
Mature app-control on managed estate |
| Controlled Folder Access + Exploit Protection |
ASR-adjacent host hardening |
| Removable storage policies |
USB exfil control |
Approach
Apply the Microsoft security baseline via Intune at the device level. Use the
Settings catalog version (newer) or the named "Windows 11 security baseline" — the
newer Settings catalog is the forward-looking option.
Pilot ring methodology.
- Ring 0 (50 IT devices): all baseline + new controls.
- Ring 1 (5% representative): same.
- Ring 2 (rest): after compatibility validation.
Don't treat the baseline as a one-shot deployment; some controls (Smart App
Control, WDAC, PDE) need staged rollout.
Hardware-rooted identity stack.
- Verify TPM 2.0 + Secure Boot at provisioning (Autopilot precondition).
- Enable VBS + HVCI / Memory Integrity via baseline; expect older drivers
to break — use the Driver Compatibility tool to find blockers pre-rollout.
- Enable Credential Guard + LSA Protection — together they end most
Mimikatz-style attacks against managed devices.
Windows LAPS (the new built-in product, separate from legacy LAPS):
- Entra-joined: passwords stored in Entra ID, rotated via Intune policy.
- Hybrid / AD-joined: passwords stored in AD, schema extension required.
Migrate off legacy LAPS (deprecated). Cap password age 30 days.
Smart App Control is only available on clean-installed Win11 (kicks in
after a learning phase). For existing devices, use WDAC / App Control for
Business — bigger investment but works on upgraded fleets. Phase: audit-only
policy → enforce per device group → expand.
Personal Data Encryption (PDE) requires Windows Hello for Business and
modern auth. Roll out with WHfB; not a replacement for BitLocker — it's
per-file encryption layered on top.
Windows Hello for Business as the local sign-in (cert-trust or cloud Kerberos
trust). Pair with passkeys-fido2 for the broader phishing-resistant strategy.
Controlled Folder Access + Exploit Protection. CFA in audit mode for 14 days;
then enforce on user workstations only (not servers — breaks app file writes).
Exploit Protection profile from Microsoft baseline applied tenant-wide.
Removable storage controls. Block writable USB by default for general
workforce; allowlist by hardware ID for legitimate use cases (designers, AV
teams). Combine with Defender for Endpoint device control for granular policies.
Compliance + Conditional Access. Mark devices as compliant only when:
- BitLocker on, TPM healthy, Secure Boot on, Defender real-time on.
- Device risk = low (MDE).
- Baseline applied = Yes (via Intune compliance).
Tie compliance to Conditional Access for resource access.
Guardrails
- Don't enable Memory Integrity / HVCI without driver compatibility check. Old
printer / VPN / endpoint drivers break boot.
- Smart App Control cannot be enabled on upgraded Win11. Use WDAC for those
devices.
- WDAC is high-value but operationally heavy. Plan for the policy-management
function; this is not "set and forget."
- Legacy LAPS is deprecated; new Windows LAPS is the path. Don't deploy legacy
LAPS on greenfield Win11.
- Credential Guard breaks some legacy auth scenarios (Wi-Fi 802.1x with certain
TPM configs, third-party credential providers). Validate.
- Don't run unsupported drivers / kernel-mode software alongside Memory Integrity.
- PDE requires WHfB. Without Hello, PDE doesn't engage; data isn't protected
at the file level.
- Intune Settings catalog vs classic baseline: forward-looking is Settings catalog.
Don't run both for the same setting — conflicts.
- CFA on servers breaks workloads. Workstations only.
- Removable storage block-all without allowlist breaks legitimate users; have a
request workflow.
Common anti-patterns
- "Applied baseline once, never updated" — baseline updates ship quarterly; new
attacks add new settings. Re-baseline annually.
- "Memory Integrity off because one driver complained" — keep it on, replace the
driver.
- "Legacy LAPS still running on Win11" — deprecated; migrate to Windows LAPS.
- "WDAC in audit forever" — never enforced; not protecting anything.
- "Smart App Control on upgraded devices" — silently does nothing.
- "Credential Guard off because of a 2018 third-party VPN" — replace the VPN.
- "USB block-all, no exceptions" — engineering revolts and finds workarounds.
Allowlist legitimate use.
- "Compliance signal not in Conditional Access" — devices "compliant" but no
enforcement at access.
- "Settings catalog and classic baseline both targeted at the same group" —
policy conflicts; unpredictable enforcement.
Example prompts
Roll out the Windows 11 security baseline to a 30,000-device Intune-managed estate with a 3-ring pilot.
Migrate from legacy LAPS to Windows LAPS for a hybrid (Entra-joined + AD-joined) estate.
Driver compatibility readiness for VBS / HVCI / Memory Integrity rollout.
WDAC policy authoring strategy: managed installer vs explicit allowlist; phased enforcement.
Personal Data Encryption rollout aligned with Windows Hello for Business and passkey strategy.
Removable storage policy: block USB write tenant-wide, allowlist by hardware ID for designated groups, request workflow.
Compliance policy + Conditional Access: bind the security baseline to access for Microsoft 365 and Azure portal.
Audit Smart App Control eligibility across the fleet and identify devices where WDAC is the only viable path.
Microsoft Learn
1---2name: windows-11-security-baseline3description: Guidance for the Windows 11 enterprise security baseline — Microsoft's recommended security settings deployed via Intune (Settings catalog / security baselines) or GPO. Covers core hardware-rooted controls (TPM 2.0, Secure Boot, virtualization-based security / VBS, Hypervisor-Protected Code Integrity / HVCI, Memory Integrity, Credential Guard, Local Security Authority protection), Windows LAPS (Microsoft's modern local admin password solution, replacement for legacy LAPS), Smart App Control, Personal Data Encryption (PDE), Windows Hello for Business deployment, controlled folder access, exploit protection, BitLocker baseline, app control with WDAC, removable storage controls, and integration with Intune compliance and Defender for Endpoint. WHEN: Windows 11 baseline, Windows security baseline, VBS HVCI Memory Integrity, Credential Guard, LSA protection, Windows LAPS, replace legacy LAPS, Smart App Control, WDAC, exploit protection, PDE Windows 11, Intune security baseline. DO NOT USE for endpoint EDR config (4license: MIT5---67# Windows 11 Security Baseline89The Windows 11 security baseline is Microsoft's curated set of recommended security10settings — hundreds of policies vetted for both security value and compatibility. The11baseline is delivered as Intune **security baselines** (settings catalog edition) or GPO12templates from the Microsoft Security Compliance Toolkit.1314This skill covers what to enable, the Windows 11-specific controls (LAPS, VBS/HVCI,15Credential Guard, Smart App Control, PDE), and the rollout pattern.1617## When to use18Hardening a Windows 11 fleet with Intune (or GPO for legacy estates), with focus on19the hardware-rooted and identity-protection capabilities specific to modern Windows.2021**Do not use this skill** for MDE policy authoring (`defender-for-endpoint`), generic22Intune device management (`intune-device-mgmt`), or BitLocker-only design23(`bitlocker-design`).2425## Core controls — turn on, in this order2627| Control | Why first |28|---|---|29| **Tamper Protection** (MDE) | Without it, all other controls are advisory |30| **Secure Boot + TPM 2.0** | Foundation for VBS/HVCI/Credential Guard; required for Win11 |31| **VBS / HVCI / Memory Integrity** | Kernel-mode code integrity in a hypervisor-isolated container |32| **Credential Guard** | LSASS isolation; defeats most credential-theft tooling |33| **LSA protection** | Prevents non-protected processes from injecting into LSASS |34| **BitLocker** | Disk encryption with TPM-bound startup |35| **Personal Data Encryption (PDE)** | Per-file encryption tied to user sign-in (kicks in after first sign-in) |36| **Windows Hello for Business** | Replaces password-based local sign-in |37| **Windows LAPS (modern)** | Local admin password rotation, Entra-backed |38| **Smart App Control** | Default-deny code execution on clean-installed Win11 |39| **WDAC / App Control for Business** | Mature app-control on managed estate |40| **Controlled Folder Access + Exploit Protection** | ASR-adjacent host hardening |41| **Removable storage policies** | USB exfil control |4243## Approach44451. **Apply the Microsoft security baseline via Intune** at the device level. Use the46 Settings catalog version (newer) or the named "Windows 11 security baseline" — the47 newer Settings catalog is the forward-looking option.48492. **Pilot ring methodology.**50 - Ring 0 (50 IT devices): all baseline + new controls.51 - Ring 1 (5% representative): same.52 - Ring 2 (rest): after compatibility validation.53 Don't treat the baseline as a one-shot deployment; some controls (Smart App54 Control, WDAC, PDE) need staged rollout.55563. **Hardware-rooted identity stack.**57 - Verify **TPM 2.0** + **Secure Boot** at provisioning (Autopilot precondition).58 - Enable **VBS** + **HVCI / Memory Integrity** via baseline; expect older drivers59 to break — use the Driver Compatibility tool to find blockers pre-rollout.60 - Enable **Credential Guard** + **LSA Protection** — together they end most61 Mimikatz-style attacks against managed devices.62634. **Windows LAPS** (the new built-in product, separate from legacy LAPS):64 - **Entra-joined**: passwords stored in Entra ID, rotated via Intune policy.65 - **Hybrid / AD-joined**: passwords stored in AD, schema extension required.66 Migrate off legacy LAPS (deprecated). Cap password age 30 days.67685. **Smart App Control** is **only available on clean-installed Win11** (kicks in69 after a learning phase). For existing devices, use **WDAC / App Control for70 Business** — bigger investment but works on upgraded fleets. Phase: audit-only71 policy → enforce per device group → expand.72736. **Personal Data Encryption (PDE)** requires Windows Hello for Business and74 modern auth. Roll out with WHfB; not a replacement for BitLocker — it's75 per-file encryption layered on top.76777. **Windows Hello for Business** as the local sign-in (cert-trust or cloud Kerberos78 trust). Pair with `passkeys-fido2` for the broader phishing-resistant strategy.79808. **Controlled Folder Access + Exploit Protection.** CFA in audit mode for 14 days;81 then enforce on user workstations only (not servers — breaks app file writes).82 Exploit Protection profile from Microsoft baseline applied tenant-wide.83849. **Removable storage controls.** Block writable USB by default for general85 workforce; allowlist by hardware ID for legitimate use cases (designers, AV86 teams). Combine with Defender for Endpoint device control for granular policies.878810. **Compliance + Conditional Access.** Mark devices as compliant only when:89 - BitLocker on, TPM healthy, Secure Boot on, Defender real-time on.90 - Device risk = low (MDE).91 - Baseline applied = Yes (via Intune compliance).92 Tie compliance to Conditional Access for resource access.9394## Guardrails95- **Don't enable Memory Integrity / HVCI without driver compatibility check.** Old96 printer / VPN / endpoint drivers break boot.97- **Smart App Control cannot be enabled on upgraded Win11.** Use WDAC for those98 devices.99- **WDAC is high-value but operationally heavy.** Plan for the policy-management100 function; this is not "set and forget."101- **Legacy LAPS is deprecated; new Windows LAPS is the path.** Don't deploy legacy102 LAPS on greenfield Win11.103- **Credential Guard breaks some legacy auth scenarios** (Wi-Fi 802.1x with certain104 TPM configs, third-party credential providers). Validate.105- **Don't run unsupported drivers / kernel-mode software** alongside Memory Integrity.106- **PDE requires WHfB.** Without Hello, PDE doesn't engage; data isn't protected107 at the file level.108- **Intune Settings catalog vs classic baseline**: forward-looking is Settings catalog.109 Don't run both for the same setting — conflicts.110- **CFA on servers breaks workloads.** Workstations only.111- **Removable storage block-all without allowlist** breaks legitimate users; have a112 request workflow.113114## Common anti-patterns115- **"Applied baseline once, never updated"** — baseline updates ship quarterly; new116 attacks add new settings. Re-baseline annually.117- **"Memory Integrity off because one driver complained"** — keep it on, replace the118 driver.119- **"Legacy LAPS still running on Win11"** — deprecated; migrate to Windows LAPS.120- **"WDAC in audit forever"** — never enforced; not protecting anything.121- **"Smart App Control on upgraded devices"** — silently does nothing.122- **"Credential Guard off because of a 2018 third-party VPN"** — replace the VPN.123- **"USB block-all, no exceptions"** — engineering revolts and finds workarounds.124 Allowlist legitimate use.125- **"Compliance signal not in Conditional Access"** — devices "compliant" but no126 enforcement at access.127- **"Settings catalog and classic baseline both targeted at the same group"** —128 policy conflicts; unpredictable enforcement.129130## Example prompts131- `Roll out the Windows 11 security baseline to a 30,000-device Intune-managed132 estate with a 3-ring pilot.`133- `Migrate from legacy LAPS to Windows LAPS for a hybrid (Entra-joined + AD-joined)134 estate.`135- `Driver compatibility readiness for VBS / HVCI / Memory Integrity rollout.`136- `WDAC policy authoring strategy: managed installer vs explicit allowlist; phased137 enforcement.`138- `Personal Data Encryption rollout aligned with Windows Hello for Business and139 passkey strategy.`140- `Removable storage policy: block USB write tenant-wide, allowlist by hardware ID141 for designated groups, request workflow.`142- `Compliance policy + Conditional Access: bind the security baseline to access for143 Microsoft 365 and Azure portal.`144- `Audit Smart App Control eligibility across the fleet and identify devices where145 WDAC is the only viable path.`146147## Microsoft Learn148- Windows 11 security book: https://learn.microsoft.com/windows/security/book/149- Security baselines for Windows 11: https://learn.microsoft.com/windows/security/operating-system-security/device-management/windows-security-configuration-framework/windows-security-baselines150- Intune security baselines: https://learn.microsoft.com/intune/intune-service/protect/security-baselines151- VBS / HVCI / Memory Integrity: https://learn.microsoft.com/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity152- Credential Guard: https://learn.microsoft.com/windows/security/identity-protection/credential-guard/153- LSA protection: https://learn.microsoft.com/windows-server/security/credentials-protection-and-management/configuring-additional-lsa-protection154- Windows LAPS: https://learn.microsoft.com/windows-server/identity/laps/laps-overview155- Smart App Control: https://learn.microsoft.com/windows/security/application-security/application-control/app-control-for-business/156- WDAC / App Control for Business: https://learn.microsoft.com/windows/security/application-security/application-control/app-control-for-business/157- Personal Data Encryption: https://learn.microsoft.com/windows/security/operating-system-security/data-protection/personal-data-encryption/158- Controlled folder access: https://learn.microsoft.com/defender-endpoint/controlled-folders159- Microsoft Security Compliance Toolkit (GPO baselines): https://www.microsoft.com/download/details.aspx?id=55319