diff --git a/windows/client-management/mdm/personaldataencryption-csp.md b/windows/client-management/mdm/personaldataencryption-csp.md index af0cf9f34d..9477520647 100644 --- a/windows/client-management/mdm/personaldataencryption-csp.md +++ b/windows/client-management/mdm/personaldataencryption-csp.md @@ -4,7 +4,7 @@ description: Learn more about the PDE CSP. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa -ms.date: 03/23/2023 +ms.date: 04/14/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage @@ -26,13 +26,7 @@ The following list shows the PDE configuration service provider nodes: - ./User/Vendor/MSFT/PDE - [EnablePersonalDataEncryption](#enablepersonaldataencryption) - - [ProtectFolders](#protectfolders) - - [ProtectDesktop](#protectfoldersprotectdesktop) - - [ProtectDocuments](#protectfoldersprotectdocuments) - - [ProtectPictures](#protectfoldersprotectpictures) - [Status](#status) - - [FolderProtectionStatus](#statusfolderprotectionstatus) - - [FoldersProtected](#statusfoldersprotected) - [PersonalDataEncryptionStatus](#statuspersonaldataencryptionstatus) @@ -85,188 +79,6 @@ The [UserDataProtectionManager Class](/uwp/api/windows.security.dataprotection.u - -## ProtectFolders - - -| Scope | Editions | Applicable OS | -|:--|:--|:--| -| :x: Device
:heavy_check_mark: User | :x: Home
:x: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later | - - - -```User -./User/Vendor/MSFT/PDE/ProtectFolders -``` - - - - - - - - - - - -**Description framework properties**: - -| Property name | Property value | -|:--|:--| -| Format | node | -| Access Type | Get | - - - - - - - - - -### ProtectFolders/ProtectDesktop - - -| Scope | Editions | Applicable OS | -|:--|:--|:--| -| :x: Device
:heavy_check_mark: User | :x: Home
:x: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later | - - - -```User -./User/Vendor/MSFT/PDE/ProtectFolders/ProtectDesktop -``` - - - - -Allows the Admin to enable PDE on Desktop folder. Set to '1' to set this policy. - - - - - - - -**Description framework properties**: - -| Property name | Property value | -|:--|:--| -| Format | int | -| Access Type | Add, Delete, Get, Replace | - - - -**Allowed values**: - -| Value | Description | -|:--|:--| -| 0 | Disable PDE on the folder. If the folder is currently protected by PDE, this will result in unprotecting the folder. | -| 1 | Enable PDE on the folder. | - - - - - - - - - -### ProtectFolders/ProtectDocuments - - -| Scope | Editions | Applicable OS | -|:--|:--|:--| -| :x: Device
:heavy_check_mark: User | :x: Home
:x: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later | - - - -```User -./User/Vendor/MSFT/PDE/ProtectFolders/ProtectDocuments -``` - - - - -Allows the Admin to enable PDE on Documents folder. Set to '1' to set this policy. - - - - - - - -**Description framework properties**: - -| Property name | Property value | -|:--|:--| -| Format | int | -| Access Type | Add, Delete, Get, Replace | - - - -**Allowed values**: - -| Value | Description | -|:--|:--| -| 0 | Disable PDE on the folder. If the folder is currently protected by PDE, this will result in unprotecting the folder. | -| 1 | Enable PDE on the folder. | - - - - - - - - - -### ProtectFolders/ProtectPictures - - -| Scope | Editions | Applicable OS | -|:--|:--|:--| -| :x: Device
:heavy_check_mark: User | :x: Home
:x: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later | - - - -```User -./User/Vendor/MSFT/PDE/ProtectFolders/ProtectPictures -``` - - - - -Allows the Admin to enable PDE on Pictures folder. Set to '1' to set this policy. - - - - - - - -**Description framework properties**: - -| Property name | Property value | -|:--|:--| -| Format | int | -| Access Type | Add, Delete, Get, Replace | - - - -**Allowed values**: - -| Value | Description | -|:--|:--| -| 0 | Disable PDE on the folder. If the folder is currently protected by PDE, this will result in unprotecting the folder. | -| 1 | Enable PDE on the folder. | - - - - - - - - ## Status @@ -309,95 +121,6 @@ Reports the current status of Personal Data Encryption (PDE) for the user. - -### Status/FolderProtectionStatus - - -| Scope | Editions | Applicable OS | -|:--|:--|:--| -| :x: Device
:heavy_check_mark: User | :x: Home
:x: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later | - - - -```User -./User/Vendor/MSFT/PDE/Status/FolderProtectionStatus -``` - - - - -This node reports folder protection status for a user. - - - - - - - -**Description framework properties**: - -| Property name | Property value | -|:--|:--| -| Format | int | -| Access Type | Get | - - - -**Allowed values**: - -| Value | Description | -|:--|:--| -| 0 | Protection not started. | -| 1 | Protection is completed with no failures. | -| 2 | Protection in progress. | -| 3 | Protection failed. | - - - - - - - - - -### Status/FoldersProtected - - -| Scope | Editions | Applicable OS | -|:--|:--|:--| -| :x: Device
:heavy_check_mark: User | :x: Home
:x: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later | - - - -```User -./User/Vendor/MSFT/PDE/Status/FoldersProtected -``` - - - - -This node reports all folders (full path to each folder) that have been protected. - - - - - - - -**Description framework properties**: - -| Property name | Property value | -|:--|:--| -| Format | chr (string) | -| Access Type | Get | - - - - - - - - ### Status/PersonalDataEncryptionStatus