Merge pull request #7071 from vinaypamnani-msft/vp-sharedpc-csp

Add CSPs for 22H2
This commit is contained in:
Angela Fleischmann 2022-09-09 14:06:39 -06:00 committed by GitHub
commit df2cc47833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 928 additions and 845 deletions

View File

@ -71,6 +71,8 @@ DeviceStatus
--------VirtualizationBasedSecurityHwReq --------VirtualizationBasedSecurityHwReq
--------VirtualizationBasedSecurityStatus --------VirtualizationBasedSecurityStatus
--------LsaCfgCredGuardStatus --------LsaCfgCredGuardStatus
----CertAttestation
--------MDMClientCertAttestation
``` ```
<a href="" id="devicestatus"></a>**DeviceStatus** <a href="" id="devicestatus"></a>**DeviceStatus**
@ -363,6 +365,11 @@ Added in Windows, version 1709. Local System Authority (LSA) credential guard s
Supported operation is Get. Supported operation is Get.
<a href="" id="devicestatus-certattestation-mdmclientcertattestation"></a>**DeviceStatus/CertAttestation/MDMClientCertAttestation**
Added in Windows 11, version 22H2. MDM Certificate attestation information. This will return an XML blob containing the relevant attestation fields.
Supported operation is Get.
## Related topics ## Related topics
[Configuration service provider reference](configuration-service-provider-reference.md) [Configuration service provider reference](configuration-service-provider-reference.md)

File diff suppressed because it is too large Load Diff

View File

@ -31,6 +31,7 @@ The following example shows the SharedPC configuration service provider manageme
./Vendor/MSFT ./Vendor/MSFT
SharedPC SharedPC
----EnableSharedPCMode ----EnableSharedPCMode
----EnableSharedPCModeWithOneDriveSync
----SetEduPolicies ----SetEduPolicies
----SetPowerPolicies ----SetPowerPolicies
----MaintenanceStartTime ----MaintenanceStartTime
@ -61,6 +62,13 @@ Setting this value to True triggers the action to configure a device to Shared P
The default value is Not Configured and SharedPC mode is not enabled. The default value is Not Configured and SharedPC mode is not enabled.
<a href="" id="enablesharedpcmodewithonedrivesync"></a>**EnableSharedPCModeWithOneDriveSync**
Setting this node to true triggers the action to configure a device to Shared PC mode with OneDrive sync turned on.
The supported operations are Add, Get, Replace, and Delete.
The default value is false.
<a href="" id="setedupolicies"></a>**SetEduPolicies** <a href="" id="setedupolicies"></a>**SetEduPolicies**
A boolean value that specifies whether the policies for education environment are enabled. Setting this value to true triggers the action to configure a device as education environment. A boolean value that specifies whether the policies for education environment are enabled. Setting this value to true triggers the action to configure a device as education environment.

View File

@ -70,6 +70,32 @@ The XML below is the DDF for Windows 10, version 1703.
</DFType> </DFType>
</DFProperties> </DFProperties>
</Node> </Node>
<Node>
<NodeName>EnableSharedPCModeWithOneDriveSync</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<DefaultValue>false</DefaultValue>
<Description>Setting this node to “1” triggers the action to configure a device to Shared PC mode with OneDrive sync turned on</Description>
<DFFormat>
<bool />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>Enable Shared PC mode with OneDrive sync</DFTitle>
<DFType>
<MIME />
</DFType>
</DFProperties>
</Node>
<Node> <Node>
<NodeName>SetEduPolicies</NodeName> <NodeName>SetEduPolicies</NodeName>
<DFProperties> <DFProperties>