×
×
×
×

BitLocker Policy Association & Deployment

Associate a BitLocker policy with a target group, deploy it, and confirm devices actually encrypt.

Overview

Associating a policy with targets

A policy has to be linked to a target group before it can deploy.

How association works

A policy created in the BitLocker module (see policy creation) has to be associated with a target before it deploys anywhere.

Supported target types are static computer groups, static unique computer groups, and dynamic computer groups. Any new system that joins a dynamic group and matches its criteria gets encrypted automatically under the deployed policy, with no manual step required. More on configuring custom groups.

Deployment

Deploying the policy

Pick a target group, attach one policy to it, and deploy.

Associate and deploy a policy

  1. Go to Policy Deployment under the BitLocker Management module in the Endpoint Central web console.
  2. Click Associate Policy.

    Associate Policy button in the BitLocker Policy Deployment section.
    Starting policy association.
  3. Select the custom group to deploy the policy to. To automate deployment for every new device, select All Computers Group — new computers join this group automatically, so they're encrypted automatically too.

    Selecting the All Computers Group to automate BitLocker deployment.
    Selecting a target group for automatic deployment.
  4. Choose the BitLocker policy to associate with the group (only one policy per group is allowed).

    Selecting a BitLocker policy to associate with the target group.
    Selecting the policy to associate.
  5. Click Deploy.
Note
A deployed policy applies on the next refresh cycle (90 minutes) unless you choose Deploy Immediately, which applies it right away — but Deploy Immediately is capped at 200 computers. Learn More

Monitoring

Confirming devices actually encrypted

Deployment status and encryption status are two different things to check.

Checking deployment and encryption status

After deployment, the associated-computers list under Managed Computers shows each device's policy deployment status, along with remarks or reasons for any failures. Confirm encryption is either in progress or complete — a successful deployment doesn't by itself guarantee a device is encrypted.

Managed Computers section showing encryption status per machine.
Checking encryption status in Managed Computers.

A machine can stay fully decrypted even after a successful deployment for two common reasons: the policy needs a user-entered PIN or passphrase, or it's a non-TPM machine where a passphrase is mandatory. Environmental issues can also cause failures — check encryption prerequisites for machines blocked by BIOS mode incompatibility, WMI failures, or TPM ownership issues, each documented with remediation steps.

Passwords

Password requirements before encryption starts

Encryption only begins once a compliant password has been set — the rules differ by authentication type.

Password criteria by authentication type

Authentication typeLengthComplexity
TPM and PIN6—20 charactersDigits only; no continuous sequence of 3+ digits (e.g. 123, 789); no repetitive 2-character sequence (e.g. 1212, 2222)
TPM and Enhanced PIN6—20 charactersAt least 1 uppercase, 1 lowercase, 1 digit, 1 special character; no continuous sequence of 3+ characters, case-insensitive (e.g. 123, abc, xYz); no repetitive 2-character sequence, case-insensitive (e.g. 1212, abab)
Passphrase8—255 charactersAt least 1 uppercase, 1 lowercase, 1 digit, 1 special character; no continuous sequence of 3+ characters, case-insensitive; no repetitive 2-character sequence, case-insensitive
TPM and PIN password creation screen.
TPM+PIN password creation.
Encryption process running on a device after a password is set.
Encryption in progress.
Note
Once a device is encrypted, its password has to be entered on every boot.
BitLocker login prompt shown at boot on an encrypted device.
The BitLocker login prompt at boot.

Related