For the complete documentation index, see llms.txt. This page is also available as Markdown.

Show Filevault Recovery Key

Display macOS FileVault recovery key

Description

Retrieves and displays the FileVault recovery key for a macOS device enrolled in Intune. This key is used to unlock the device if the user forgets their password or the device becomes locked.

Location

Device → Security → Show Filevault Recovery Key

Full Runbook name

rjgit-device_security_show-filevault-recovery-key

Details

Property
Value

Version

1.0.2

Required modules

RealmJoin.RunbookHelper (>= 0.8.9) Microsoft.Graph.Authentication (>= 2.39.0)

Schedulable

no

Permissions

Application permissions

  • Type: Microsoft Graph

    • DeviceManagementManagedDevices.PrivilegedOperations.All

      • Retrieves the escrowed FileVault key via getFileVaultKey, a privileged Intune operation

    • DeviceManagementManagedDevices.Read.All

      • Resolves the Intune device by azureADDeviceId and verifies it runs macOS

Parameters

DeviceId

The Azure AD Device ID of the macOS device

Property
Value

Required

true

Default Value

Type

String

Hidden in portal

yes (preset via runbook customization)

Last updated

Was this helpful?