Optional analytics cookies help us improve Hardenly. They stay off unless you accept. Cookie policy
Maturity tier — First: Basic, essential — do this before anything else.
Implementation effort: Medium — GPO configuration is quick, but staged rollout and recovery key verification need discipline.
User impact: Low — transparent with TPM-only; a one-time encryption phase runs in the background.
A lost laptop without disk encryption is not a hardware loss — it is a data breach with a notification obligation. Every file, cached credential, and saved session on an unencrypted disk is readable by anyone who removes the drive or boots from USB, no password required. BitLocker closes this entirely, ships free in Pro and Enterprise editions, and — configured with TPM — runs invisibly: users never see it until the day a device goes missing and the incident report says "encrypted, no data exposure" instead of triggering a GDPR breach process. The only real engineering in a BitLocker rollout is the part teams skip: making sure every recovery key is escrowed before encryption starts.
Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption. Build one GPO for the fleet baseline.XTS-AES 256 for OS and fixed drives (AES-CBC 256 for removable, which must stay compatible with other systems). This must be set before encryption begins — changing it later requires decrypt/re-encrypt.TPM + PIN selectively for high-risk devices (executive laptops, devices with regulated data) via a separate GPO, accepting the boot-time PIN friction. Pure password protectors without TPM are a last resort for legacy hardware only.Save BitLocker recovery information to AD DS, select recovery passwords and key packages, and — critically — check "Do not enable BitLocker until recovery information is stored to AD DS". This one checkbox is the difference between a recovery process and a data-loss lottery: encryption is blocked until the key is safely escrowed.Get-Tpm fleet-wide via your management tooling), confirm UEFI + Secure Boot — which you likely already enforce if the Credential Guard baseline is deployed, since the hardware requirements overlap almost entirely. Flag legacy BIOS machines for remediation or exception.BitLocker Recovery Password Viewer RSAT feature to see it). A policy that encrypts without escrowing is worse than no policy.Enable-BitLocker -MountPoint C: -TpmProtector followed by BackupToAAD/AD-style escrow verification — through your software deployment tool, or let MBAM successors (Intune, ConfigMgr BitLocker management) handle orchestration if present. Use Used Space Only encryption on fresh deployments for speed; full-disk on machines with data history.manage-bde -protectors -delete/-add or the Intune rotation action) — a spoken key is a leaked key.Get-BitLockerVolume via remoting, or your endpoint management reporting) with two numbers watched — percent encrypted, and percent encrypted with a verified escrowed key. Only the second number counts.manage-bde -status showing protection off, or event 24620-series entries, indicate someone suspended BitLocker (legitimate during firmware updates, suspicious otherwise).BitLocker is the rare control that is simultaneously free, invisible to users, and decisive in an incident: the difference between "we lost a laptop" and "we lost a laptop and 40,000 customer records" is one GPO and the discipline to verify every key landed in AD before the first sector was encrypted.
Keep building momentum
Prevent users from copying data to or from removable USB storage devices by enforcing a Group Policy that blocks USB storage drivers.
Sign in to vote on this item or share your rollout notes.
No comments yet — be the first to share your rollout experience.