Skip to Content

Disk Encryption

Manage disk encryption across Windows and macOS devices through Intune endpoint security. Configure BitLocker (Windows) and FileVault (macOS) to protect data at rest.

BitLocker (Windows)

SettingOptions
Require EncryptionYes / No
Encryption Method (OS)XTS-AES 128 / XTS-AES 256
Encryption Method (Fixed)XTS-AES 128 / XTS-AES 256
Encryption Method (Removable)AES-CBC 128 / AES-CBC 256
Startup AuthenticationTPM / TPM+PIN / TPM+Key
Recovery Key EscrowAzure AD (required)

Silent Encryption

Requires TPM 2.0 and Secure Boot. Set auth to TPM Only. Starts automatically.

FileVault (macOS)

SettingOptions
Enable FileVaultYes / No
Recovery Key TypePersonal / Institutional
Escrow LocationIntune
Number of Times to Defer0-10
Recovery Key RotationDays between rotation

FileVault Enrollment

  1. User receives prompt at next login
  2. FileVault enabled with login password
  3. Personal recovery key generated
  4. Key escrowed to Intune
  5. Encryption begins

Encryption Status

StatusDescription
EncryptedAll drives fully encrypted
EncryptingEncryption in progress
Not EncryptedDevice not encrypted
SuspendedEncryption paused
ErrorEncryption failed

Compliance Integration

  • Require encryption for device compliance
  • Non-compliant devices blocked via Conditional Access
  • Grace period for encryption to complete

Monitoring

  • Encryption status per device
  • Adoption rates across fleet
  • Failed or missing encryption
  • Recovery key escrow status

API Reference

  • GET /api/devices/security/encryption/status — Get status summary
  • GET /api/devices/security/encryption/:deviceId — Device encryption details
  • GET /api/devices/security/encryption/keys/:deviceId — Get recovery keys
  • POST /api/devices/security/encryption/policies — Create policy
Last updated on