Metadata/style update BitLocker 14

This commit is contained in:
Frank Rojas
2022-11-16 14:10:31 -05:00
parent ba9900a680
commit 998ea50139

View File

@ -30,7 +30,7 @@ This article describes several known issues that you may encounter when you use
## Tip: Detect whether BitLocker Network Unlock is enabled on a specific computer ## Tip: Detect whether BitLocker Network Unlock is enabled on a specific computer
> [!TIP] > [!TIP]
> You can use the following steps on computers with either x64 or x32 UEFI firmware. You can also script these commands. > BitLocker Network Unlock can be detetected if it is enabled on a specific computer use the following steps on UEFI computers:
> >
> 1. Open an elevated command prompt window and run the following command: > 1. Open an elevated command prompt window and run the following command:
> >
@ -38,13 +38,13 @@ This article describes several known issues that you may encounter when you use
> manage-bde.exe -protectors -get <Drive> > manage-bde.exe -protectors -get <Drive>
> ``` > ```
> >
> For example: > For example:
> >
> ``` syntax > ``` syntax
> manage-bde.exe -protectors -get C: > manage-bde.exe -protectors -get C:
> ``` > ```
> >
> If the output of this command includes a key protector of type **TpmCertificate (9)**, the configuration is correct for BitLocker Network Unlock. > If the output of this command includes a key protector of type **TpmCertificate (9)**, the configuration is correct for BitLocker Network Unlock.
> >
> 2. Start Registry Editor, and verify the following settings: > 2. Start Registry Editor, and verify the following settings:
> >