mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
Merge pull request #7071 from vinaypamnani-msft/vp-sharedpc-csp
Add CSPs for 22H2
This commit is contained in:
commit
df2cc47833
@ -71,6 +71,8 @@ DeviceStatus
|
||||
--------VirtualizationBasedSecurityHwReq
|
||||
--------VirtualizationBasedSecurityStatus
|
||||
--------LsaCfgCredGuardStatus
|
||||
----CertAttestation
|
||||
--------MDMClientCertAttestation
|
||||
```
|
||||
|
||||
<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.
|
||||
|
||||
<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
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
@ -881,6 +881,48 @@ The XML below is for Windows 10, version 1803.
|
||||
</DFProperties>
|
||||
</Node>
|
||||
</Node>
|
||||
<Node>
|
||||
<NodeName>CertAttestation</NodeName>
|
||||
<DFProperties>
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Node for Certificate Attestation</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
<Occurrence>
|
||||
<One />
|
||||
</Occurrence>
|
||||
<Scope>
|
||||
<Permanent />
|
||||
</Scope>
|
||||
<DFType>
|
||||
<DDFName />
|
||||
</DFType>
|
||||
</DFProperties>
|
||||
<Node>
|
||||
<NodeName>MDMClientCertAttestation</NodeName>
|
||||
<DFProperties>
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>MDM Certificate attestation information. This will return an XML blob containing the relevent attestation fields.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
<Occurrence>
|
||||
<One />
|
||||
</Occurrence>
|
||||
<Scope>
|
||||
<Permanent />
|
||||
</Scope>
|
||||
<DFType>
|
||||
<MIME />
|
||||
</DFType>
|
||||
</DFProperties>
|
||||
</Node>
|
||||
</Node>
|
||||
</Node>
|
||||
</MgmtTree>
|
||||
```
|
||||
|
@ -31,6 +31,7 @@ The following example shows the SharedPC configuration service provider manageme
|
||||
./Vendor/MSFT
|
||||
SharedPC
|
||||
----EnableSharedPCMode
|
||||
----EnableSharedPCModeWithOneDriveSync
|
||||
----SetEduPolicies
|
||||
----SetPowerPolicies
|
||||
----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.
|
||||
|
||||
<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 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.
|
||||
|
||||
|
@ -70,6 +70,32 @@ The XML below is the DDF for Windows 10, version 1703.
|
||||
</DFType>
|
||||
</DFProperties>
|
||||
</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>
|
||||
<NodeName>SetEduPolicies</NodeName>
|
||||
<DFProperties>
|
||||
|
Loading…
x
Reference in New Issue
Block a user