From ccb4c783d4b4fd1b91676ec0da3aa35591bedf45 Mon Sep 17 00:00:00 2001 From: Denise Vangel-MSFT Date: Fri, 4 Feb 2022 09:03:28 -0800 Subject: [PATCH] Update bitlocker-csp.md --- windows/client-management/mdm/bitlocker-csp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/client-management/mdm/bitlocker-csp.md b/windows/client-management/mdm/bitlocker-csp.md index cb39d3bcd2..6b83e9c150 100644 --- a/windows/client-management/mdm/bitlocker-csp.md +++ b/windows/client-management/mdm/bitlocker-csp.md @@ -7,7 +7,7 @@ ms.prod: w10 ms.technology: windows author: dansimp ms.localizationpriority: medium -ms.date: 04/16/2020 +ms.date: 02/04/2022 ms.reviewer: manager: dansimp ms.collection: highpri @@ -21,7 +21,7 @@ The BitLocker configuration service provider (CSP) is used by the enterprise to > > You must send all the settings together in a single SyncML to be effective. -A Get operation on any of the settings, except for RequireDeviceEncryption and RequireStorageCardEncryption, returns +A `Get` operation on any of the settings, except for `RequireDeviceEncryption` and `RequireStorageCardEncryption`, returns the setting configured by the admin. For RequireDeviceEncryption and RequireStorageCardEncryption, the Get operation returns the actual status of enforcement to the admin, such as if Trusted Platform Module (TPM) protection is required and if encryption is required. And if the device has BitLocker enabled but with password protector, the status reported is 0. A Get operation on RequireDeviceEncryption does not verify that a minimum PIN length is enforced (SystemDrivesMinimumPINLength). @@ -120,7 +120,7 @@ If you want to disable this policy, use the following SyncML: ``` > [!NOTE] -> Currently full disk encryption is supported when using this CSP for silent encryption. For non-silent encryption, encryption type will depend on SystemDrivesEncryptionType and FixedDrivesEncryptionType configured on the device. +> Currently full disk encryption is supported when using this CSP for silent encryption. For non-silent encryption, encryption type will depend on `SystemDrivesEncryptionType` and `FixedDrivesEncryptionType` configured on the device.