From 5b33c86772f4f8e904427079e2980cae04a4e2d3 Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:07:36 -0400 Subject: [PATCH] tabs --- .../data-protection/bitlocker/manage.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/windows/security/operating-system-security/data-protection/bitlocker/manage.md b/windows/security/operating-system-security/data-protection/bitlocker/manage.md index 32556403ff..a833306f4e 100644 --- a/windows/security/operating-system-security/data-protection/bitlocker/manage.md +++ b/windows/security/operating-system-security/data-protection/bitlocker/manage.md @@ -132,8 +132,9 @@ The above command encrypts the drive using the TPM as the default protector. If ## Manage data volumes Follow the instructions below to configure your devices, selecting the option that best suits your needs. - -#### [:::image type="icon" source="images/powershell.png"::: **PowerShell**](#tab/powershell) + +#### [PowerShell](#tab/powershell) Data volume encryption using Windows PowerShell is the same as for operating system volumes. Add the desired protectors prior to encrypting the volume. The following example adds a password protector to the E: volume using the variable $pw as the password. The $pw variable is held as a SecureString value to store the user-defined password. @@ -146,8 +147,9 @@ Enable-BitLockerKeyProtector E: -PasswordProtector -Password $pw > [!NOTE] > The BitLocker cmdlet requires the key protector GUID enclosed in quotation marks to execute. Ensure the entire GUID, with braces, is included in the command. - -#### [:::image type="icon" source="images/cmd.png"::: **cmd**](#tab/cmd) + +#### [Command prompt](#tab/cmd) Data volumes use the same syntax for encryption as operating system volumes but they don't require protectors for the operation to complete. Encrypting data volumes can be done using the base command: @@ -161,9 +163,9 @@ A common protector for a data volume is the password protector. In the example b manage-bde.exe -protectors -add -pw C: manage-bde.exe -on C: ``` - -#### [:::image type="icon" source="images/locked-drive.svg"::: **Settings**](#tab/controlpanel) - + +#### [Control panel](#tab/controlpanel) --- ## BitLocker Repair Tool