Merging changes synced from https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)

This commit is contained in:
Learn Build Service GitHub App
2024-01-29 17:30:41 +00:00

View File

@ -230,7 +230,7 @@ Add the desired protectors prior to encrypting the volume. The following example
```powershell
$pw = Read-Host -AsSecureString
<user inputs password>
Enable-BitLockerKeyProtector E: -PasswordProtector -Password $pw
Add-BitLockerKeyProtector E: -PasswordProtector -Password $pw
```
> [!NOTE]