Get BitLocker Configurations
This Automation Manager object allows you to retrieve the BitLocker configurations for all your mountpoints.
Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Drive Letter | String | Yes | This field is the mountpoint for the drive that you want to get status for. The field supports wildcards, so to return all drives, use "*" as the value. |
Output Parameters
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Configurations | Collection |
A list of all drives and their BitLocker configurations. It contains the following information:
|
||||||||||||||||||||||||||||||||||||
| Configurations Count | Number | The number of drives found and returned in the configurations variable. | ||||||||||||||||||||||||||||||||||||
| 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: * |
