mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Add EnableSharedPCModeWithOneDriveSync
This commit is contained in:
parent
5827cb78d1
commit
fc1cc56f45
@ -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