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]