Turn off BitLocker Drive Encryption
This object turns off BitLocker and decrypts a drive.
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Drive Letter | String | Yes | This field is the mountpoint for the drive on which to turn off BitLocker. |
Output Parameters
| Name | Type | Description |
|---|---|---|
| BitLocker Status | String | This field contains the status of the drive after running the decryption command. Note that it will often say “DecryptionInProgress” as the process may take a long time (over 30 minutes), and the object only starts the decryption and does not monitor it. |
| Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
| Result String | String | Object execution error details. |
Example Input Parameters
| Name | Type | Required | Example |
|---|---|---|---|
| Drive Letter | String | Yes | C: |
