> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-management/disk-encryption.md).

# Disk encryption

Feature **Encryption** enables centralized management of BitLocker on Windows computers. It allows you to check the encryption status of individual partitions, start encryption or decryption, and manage BitLocker protection without having to work directly on the user's computer.

The feature supports Microsoft-supported Windows client and server operating systems. eAgent can also be installed on older systems, but support for them is not guaranteed.

<figure><img src="https://3262380731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdzip3GyvGq5q5J3qckWN%2Fuploads%2FyQ4VSrEfm5vZnDpuBJAb%2Fimage.png?alt=media&amp;token=64924650-c0da-41b8-8515-4565d96cd61c" alt="Widok stanu szyfrowania partycji na komputerach zarządzanych przez eAuditor cloud." width="375"><figcaption><p><em>View of partition encryption status on computers managed by eAuditor cloud.</em></p></figcaption></figure>

### Encryption status

In the main view, each partition is displayed separately. This allows you to encrypt the system disk and other partitions independently of one another.

The key values in the table:

| Column            | Meaning                                                                                                                                                                            |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Encryption status | **Encrypted** - the partition is encrypted. **Decrypted** - the partition is not encrypted. **-** - no information available.                                                      |
| Action Result     | **Waiting** - the task is waiting to be executed. **Error** - the operation ended with an error. **-** - no operation result.                                                      |
| TPM               | Information about the availability of the TPM module on the computer. The absence of TPM does not prevent the use of the feature, but it affects the available protection methods. |

### What to know before you begin

* Encryption works separately for each partition.
* The module uses BitLocker technology built into Windows.
* eAuditor cloud does not support disks encrypted with tools other than BitLocker.
* TPM is not required to start encryption.
* If the computer does not have TPM, information about its availability will not be displayed in the table.
* If PIN- or password-based protection is selected, the end user must enter the required data on their computer.

### FAQ

<details>

<summary><strong>Is TPM required for encryption?</strong></summary>

No. TPM is not required; however, the availability of the module affects the ability to use TPM protection or TPM with a PIN.

</details>

<details>

<summary><strong>Can I encrypt only a selected partition?</strong></summary>

Yes. Each partition is handled separately, so you can encrypt the system disk or selected data drives.

</details>

<details>

<summary><strong>Does eAuditor cloud support VeraCrypt or other encryption tools?</strong></summary>

No. The module supports BitLocker technology available in Windows.

</details>

<details>

<summary><strong>What does the Waiting status mean?</strong></summary>

It means that the operation is waiting to be executed on the computer. Check whether the device is available and whether eAgent has a connection to the server.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-management/disk-encryption.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
