From ae728e6d97571bc979e9e7342d79544f3cf75685 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:06:18 -0400 Subject: [PATCH] updates --- .../bitlocker/operations-guide.md | 45 +++++++++++++++++-- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/windows/security/operating-system-security/data-protection/bitlocker/operations-guide.md b/windows/security/operating-system-security/data-protection/bitlocker/operations-guide.md index a241903aa5..f3d1510c6b 100644 --- a/windows/security/operating-system-security/data-protection/bitlocker/operations-guide.md +++ b/windows/security/operating-system-security/data-protection/bitlocker/operations-guide.md @@ -374,7 +374,15 @@ Once decryption is complete, the drive updates its status in the Control Panel a --- -## Retrieve the BitLocker recovery password protector for the OS volume +## Manage BitLocker protectors + +The management of BitLocker protectors consist in adding, removing, and backing up protectors. + +Follow the instructions below manage BitLocker protectors, selecting the option that best suits your needs. + +### List protectors + +##### Retrieve the BitLocker recovery password protector #### [:::image type="icon" source="images/powershell.svg"::: **PowerShell**](#tab/powershell) @@ -395,7 +403,39 @@ To verify if a TPM protector is available, the list of protectors available for --- +### Add protectors +#### [:::image type="icon" source="images/powershell.svg"::: **PowerShell**](#tab/powershell) + +```powershell +``` + + +#### [:::image type="icon" source="images/cmd.svg"::: **Command Prompt**](#tab/cmd) + +```cmd +``` + +#### [:::image type="icon" source="images/controlpanel.svg"::: **Control Panel**](#tab/controlpanel) + +--- + +### Remove protectors + +#### [:::image type="icon" source="images/powershell.svg"::: **PowerShell**](#tab/powershell) + +```powershell +``` + + +#### [:::image type="icon" source="images/cmd.svg"::: **Command Prompt**](#tab/cmd) + +```cmd +``` + +#### [:::image type="icon" source="images/controlpanel.svg"::: **Control Panel**](#tab/controlpanel) + +---