From deabbc7eca276a05930cd340c017d625cdb573aa Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:38:54 -0400 Subject: [PATCH] Update personaldataencryption-csp.md Add version --- windows/client-management/mdm/personaldataencryption-csp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/client-management/mdm/personaldataencryption-csp.md b/windows/client-management/mdm/personaldataencryption-csp.md index 03e2b0f21b..598c8121ec 100644 --- a/windows/client-management/mdm/personaldataencryption-csp.md +++ b/windows/client-management/mdm/personaldataencryption-csp.md @@ -15,7 +15,7 @@ ms.collection: highpri # PersonalDataEncryption CSP -The PersonalDataEncryption configuration service provider (CSP) is used by the enterprise to protect data confidentiality of PCs and devices. This CSP is supported in Windows 11. +The PersonalDataEncryption configuration service provider (CSP) is used by the enterprise to protect data confidentiality of PCs and devices. This CSP was added in Windows 11, version 22H2. The following shows the PersonalDataEncryption configuration service provider in tree format: @@ -33,7 +33,7 @@ The following shows the PersonalDataEncryption configuration service provider in The public API allows the applications running as the user to encrypt data as soon as this policy is enabled. However, prerequisites must be met for the PDE to be enabled. -**Status/PersonalDataEncryptionStatus**: Reports the current status of Personal Data Encryption (PDE) for the user. If prerequisites of PDE aren't met, then the report will be 0. If all prerequisites are met for PDE, then PDE will be enabled and this will report 1. +**Status/PersonalDataEncryptionStatus**: Reports the current status of Personal Data Encryption (PDE) for the user. If prerequisites of PDE aren't met, then the status will be 0. If all prerequisites are met for PDE, then PDE will be enabled and status will be 1. > [!Note] > The policy is only applicable on Enterprise and Education SKUs. @@ -44,4 +44,4 @@ The public API allows the applications running as the user to encrypt data as so |Pro|No|No| |Business|No|No| |Enterprise|No|Yes| -|Education|No|Yes| \ No newline at end of file +|Education|No|Yes|