Passer au contenu principal

Disable Disk Encryption Action

Mis à jour aujourd’hui

Introduction

Supprimer disk encryption from managed devices via automation. This action disables BitLocker on Windows and FileVault on macSystème d'exploitation — useful when decommissioning devices, preparing for Système d'exploitation reinstallation, or responding to specific operational requirements.

⚠️ WARNING: Disabling disk encryption removes a key layer of data protection from the device. Data on the drive will no longer be encrypted at rest. Confirm this is intentional before adding this action to an automation that runs broadly.


Disable Disk Encryption

From the automation pipeline in edit mode, click + Add action and select Disable disk encryption from the Security category. The action panel opens with two sections: Action type (pre-set to Disable disk encryption) and Step configuration.

Disable Disk Encryption Action

Configuring the Step

Disk Drive

🖥️ PLATFORM REMARQUE:

  • Windows: Both options are available. Any drive targets all attached encrypted drives; System drive only targets the boot/Système d'exploitation drive. Uses BitLocker.

  • macSystème d'exploitation: Always treated as System drive only, regardless of which option is selected. Uses FileVault.

  • Linux: Not supported. This action is not implemented on Linux.

The Disk drive dropdown controls which drives Level targets for decryption.

Option

Behavior

Any drive

Disables encryption on all drives on the device. Windows only.

System drive only

Disables encryption on the Système d'exploitation drive only. Applies to both Windows and macSystème d'exploitation.


Conditions

The Conditions section lets you restrict when this action runs based on device attributes or the outcome of a previous action. Expand the section to add conditions.

See Conditions d'action for the full reference on condition types, operators, and values.


Additional Options

Expand Additional options for execution settings including action name, failure behavior, output variables, and retries.

See Actions Overview for the full reference on additional options available on every action.


FAQ

  • Does this action work on Linux? No. Disk encryption is not implemented for Linux. If your automation targets a mixed-Système d'exploitation group, only Windows and macSystème d'exploitation devices will execute this step.

  • What encryption does this disable on each platform? BitLocker on Windows and FileVault on macSystème d'exploitation. Level uses the Système d'exploitation-native decryption process.

  • Why is "Any drive" labeled Windows only? macSystème d'exploitation always targets the system drive only, regardless of which option is selected. The Any drive option has no additional effect on macSystème d'exploitation.

  • Will disabling encryption require a reboot? No. Level runs Disable-BitLocker which kicks off decryption in the background and returns immediately — no restart required. The volume stays accessible the entire time. Decryption continues at the Système d'exploitation level after the action completes, so on large or heavily used drives the process may take some time to finish. The action also skips gracefully if the drive is already unencrypted or decryption is already in progress, returning success in both cases.

  • What happens if the device is offline when the action runs? The action queues and resumes once the device comes back online.

  • Who can add or modify this action in an automation? Technicians with permission to edit automations in the relevant group. See Workspace → Permissions for access control configuration.

Avez-vous trouvé la réponse à votre question ?