From d761e98a8a15f354f418a79462c7b5b8e4a1c34a Mon Sep 17 00:00:00 2001 From: Vincent Le <5381267+lizhiquan@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:31:50 -0800 Subject: [PATCH] Update operations-guide.md --- .../data-protection/bitlocker/operations-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 380ac306c4..1eaff6b4ec 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 @@ -230,7 +230,7 @@ Add the desired protectors prior to encrypting the volume. The following example ```powershell $pw = Read-Host -AsSecureString -Enable-BitLockerKeyProtector E: -PasswordProtector -Password $pw +Add-BitLockerKeyProtector E: -PasswordProtector -Password $pw ``` > [!NOTE]