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
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: SharedPC CSP
|
title: SharedPC CSP
|
||||||
description: Learn how the SharedPC configuration service provider is used to configure settings for Shared PC usage.
|
description: Learn how the SharedPC configuration service provider is used to configure settings for Shared PC usage.
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
ms.author: vinpa
|
ms.author: vinpa
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
@ -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
|
||||||
@ -47,12 +48,12 @@ SharedPC
|
|||||||
----InactiveThreshold
|
----InactiveThreshold
|
||||||
----MaxPageFileSizeMB
|
----MaxPageFileSizeMB
|
||||||
```
|
```
|
||||||
<a href="" id="--vendor-msft-sharedpc"></a>**./Vendor/MSFT/SharedPC**
|
<a href="" id="--vendor-msft-sharedpc"></a>**./Vendor/MSFT/SharedPC**
|
||||||
The root node for the SharedPC configuration service provider.
|
The root node for the SharedPC configuration service provider.
|
||||||
|
|
||||||
The supported operation is Get.
|
The supported operation is Get.
|
||||||
|
|
||||||
<a href="" id="enablesharedpcmode"></a>**EnableSharedPCMode**
|
<a href="" id="enablesharedpcmode"></a>**EnableSharedPCMode**
|
||||||
A boolean value that specifies whether Shared PC mode is enabled.
|
A boolean value that specifies whether Shared PC mode is enabled.
|
||||||
|
|
||||||
The supported operations are Add, Get, Replace, and Delete.
|
The supported operations are Add, Get, Replace, and Delete.
|
||||||
@ -61,16 +62,23 @@ 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="setedupolicies"></a>**SetEduPolicies**
|
<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.
|
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.
|
||||||
|
|
||||||
The supported operations are Add, Get, Replace, and Delete.
|
The supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
The default value changed to false in Windows 10, version 1703. The default value is Not Configured and this node needs to be configured independent of EnableSharedPCMode.
|
The default value changed to false in Windows 10, version 1703. The default value is Not Configured and this node needs to be configured independent of EnableSharedPCMode.
|
||||||
|
|
||||||
In Windows 10, version 1607, the value is set to True and the education environment is automatically configured when SharedPC mode is configured.
|
In Windows 10, version 1607, the value is set to True and the education environment is automatically configured when SharedPC mode is configured.
|
||||||
|
|
||||||
<a href="" id="setpowerpolicies"></a>**SetPowerPolicies**
|
<a href="" id="setpowerpolicies"></a>**SetPowerPolicies**
|
||||||
Optional. A boolean value that specifies that the power policies should be set when configuring SharedPC mode.
|
Optional. A boolean value that specifies that the power policies should be set when configuring SharedPC mode.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -80,7 +88,7 @@ The supported operations are Add, Get, Replace, and Delete.
|
|||||||
|
|
||||||
The default value is Not Configured and the effective power settings are determined by the OS's default power settings. Its value in the SharedPC provisioning package is True.
|
The default value is Not Configured and the effective power settings are determined by the OS's default power settings. Its value in the SharedPC provisioning package is True.
|
||||||
|
|
||||||
<a href="" id="maintenancestarttime"></a>**MaintenanceStartTime**
|
<a href="" id="maintenancestarttime"></a>**MaintenanceStartTime**
|
||||||
Optional. An integer value that specifies the daily start time of maintenance hour. Given in minutes from midnight. The range is 0-1440.
|
Optional. An integer value that specifies the daily start time of maintenance hour. Given in minutes from midnight. The range is 0-1440.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -90,7 +98,7 @@ The supported operations are Add, Get, Replace, and Delete.
|
|||||||
|
|
||||||
The default value is Not Configured and its value in the SharedPC provisioning package is 0 (12 AM).
|
The default value is Not Configured and its value in the SharedPC provisioning package is 0 (12 AM).
|
||||||
|
|
||||||
<a href="" id="signinonresume"></a>**SignInOnResume**
|
<a href="" id="signinonresume"></a>**SignInOnResume**
|
||||||
Optional. A boolean value that, when set to True, requires sign in whenever the device wakes up from sleep mode.
|
Optional. A boolean value that, when set to True, requires sign in whenever the device wakes up from sleep mode.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -100,8 +108,8 @@ The supported operations are Add, Get, Replace, and Delete.
|
|||||||
|
|
||||||
The default value is Not Configured and its value in the SharedPC provisioning package is True.
|
The default value is Not Configured and its value in the SharedPC provisioning package is True.
|
||||||
|
|
||||||
<a href="" id="sleeptimeout"></a>**SleepTimeout**
|
<a href="" id="sleeptimeout"></a>**SleepTimeout**
|
||||||
The amount of time in seconds before the PC sleeps. 0 means the PC never sleeps. Default is 5 minutes. This node is optional.
|
The amount of time in seconds before the PC sleeps. 0 means the PC never sleeps. Default is 5 minutes. This node is optional.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
|
> If used, this value must be set before the action on the **EnableSharedPCMode** node is taken.
|
||||||
@ -110,7 +118,7 @@ The supported operations are Add, Get, Replace, and Delete.
|
|||||||
|
|
||||||
The default value is Not Configured, and effective behavior is determined by the OS's default settings. Its value in the SharedPC provisioning package for Windows 10, version 1703 is 300, and in Windows 10, version 1607 is 3600.
|
The default value is Not Configured, and effective behavior is determined by the OS's default settings. Its value in the SharedPC provisioning package for Windows 10, version 1703 is 300, and in Windows 10, version 1607 is 3600.
|
||||||
|
|
||||||
<a href="" id="enableaccountmanager"></a>**EnableAccountManager**
|
<a href="" id="enableaccountmanager"></a>**EnableAccountManager**
|
||||||
A boolean that enables the account manager for shared PC mode.
|
A boolean that enables the account manager for shared PC mode.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -120,7 +128,7 @@ The supported operations are Add, Get, Replace, and Delete.
|
|||||||
|
|
||||||
The default value is Not Configured and its value in the SharedPC provisioning package is True.
|
The default value is Not Configured and its value in the SharedPC provisioning package is True.
|
||||||
|
|
||||||
<a href="" id="accountmodel"></a>**AccountModel**
|
<a href="" id="accountmodel"></a>**AccountModel**
|
||||||
Configures which type of accounts are allowed to use the PC.
|
Configures which type of accounts are allowed to use the PC.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -136,7 +144,7 @@ The following list shows the supported values:
|
|||||||
|
|
||||||
Its value in the SharedPC provisioning package is 1 or 2.
|
Its value in the SharedPC provisioning package is 1 or 2.
|
||||||
|
|
||||||
<a href="" id="deletionpolicy"></a>**DeletionPolicy**
|
<a href="" id="deletionpolicy"></a>**DeletionPolicy**
|
||||||
Configures when accounts are deleted.
|
Configures when accounts are deleted.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -149,7 +157,7 @@ For Windows 10, version 1607, here's the list shows the supported values:
|
|||||||
- 0 - Delete immediately.
|
- 0 - Delete immediately.
|
||||||
- 1 (default) - Delete at disk space threshold.
|
- 1 (default) - Delete at disk space threshold.
|
||||||
|
|
||||||
For Windows 10, version 1703, here's the list of supported values:
|
For Windows 10, version 1703, here's the list of supported values:
|
||||||
|
|
||||||
- 0 - Delete immediately.
|
- 0 - Delete immediately.
|
||||||
- 1 - Delete at disk space threshold.
|
- 1 - Delete at disk space threshold.
|
||||||
@ -157,7 +165,7 @@ For Windows 10, version 1703, here's the list of supported values:
|
|||||||
|
|
||||||
The default value is Not Configured. Its value in the SharedPC provisioning package is 1 or 2.
|
The default value is Not Configured. Its value in the SharedPC provisioning package is 1 or 2.
|
||||||
|
|
||||||
<a href="" id="diskleveldeletion"></a>**DiskLevelDeletion**
|
<a href="" id="diskleveldeletion"></a>**DiskLevelDeletion**
|
||||||
Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first.
|
Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -169,7 +177,7 @@ For example, if the **DiskLevelCaching** number is set to 50 and the **DiskLevel
|
|||||||
|
|
||||||
The supported operations are Add, Get, Replace, and Delete.
|
The supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
<a href="" id="disklevelcaching"></a>**DiskLevelCaching**
|
<a href="" id="disklevelcaching"></a>**DiskLevelCaching**
|
||||||
Sets the percentage of available disk space a PC should have before it stops deleting cached accounts.
|
Sets the percentage of available disk space a PC should have before it stops deleting cached accounts.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
@ -181,48 +189,48 @@ For example, if the **DiskLevelCaching** number is set to 50 and the **DiskLevel
|
|||||||
|
|
||||||
The supported operations are Add, Get, Replace, and Delete.
|
The supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
<a href="" id="restrictlocalstorage"></a>**RestrictLocalStorage**
|
<a href="" id="restrictlocalstorage"></a>**RestrictLocalStorage**
|
||||||
Added in Windows 10, version 1703. Restricts the user from using local storage. This node is optional.
|
Added in Windows 10, version 1703. Restricts the user from using local storage. This node is optional.
|
||||||
|
|
||||||
The default value is Not Configured and behavior is no such restriction applied. Value type is bool. Supported operations are Add, Get, Replace, and Delete. Default in SharedPC provisioning package is False.
|
The default value is Not Configured and behavior is no such restriction applied. Value type is bool. Supported operations are Add, Get, Replace, and Delete. Default in SharedPC provisioning package is False.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
||||||
|
|
||||||
<a href="" id="kioskmodeaumid"></a>**KioskModeAUMID**
|
<a href="" id="kioskmodeaumid"></a>**KioskModeAUMID**
|
||||||
Added in Windows 10, version 1703. Specifies the AUMID of the app to use with assigned access. This node is optional.
|
Added in Windows 10, version 1703. Specifies the AUMID of the app to use with assigned access. This node is optional.
|
||||||
|
|
||||||
- Value type is string.
|
- Value type is string.
|
||||||
- Supported operations are Add, Get, Replace, and Delete.
|
- Supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
||||||
|
|
||||||
<a href="" id="kioskmodeusertiledisplaytext"></a>**KioskModeUserTileDisplayText**
|
<a href="" id="kioskmodeusertiledisplaytext"></a>**KioskModeUserTileDisplayText**
|
||||||
Added in Windows 10, version 1703. Specifies the display text for the account shown on the sign-in screen that launches the app specified by KioskModeAUMID. This node is optional.
|
Added in Windows 10, version 1703. Specifies the display text for the account shown on the sign-in screen that launches the app specified by KioskModeAUMID. This node is optional.
|
||||||
|
|
||||||
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
||||||
|
|
||||||
<a href="" id="inactivethreshold"></a>**InactiveThreshold**
|
<a href="" id="inactivethreshold"></a>**InactiveThreshold**
|
||||||
Added in Windows 10, version 1703. Accounts will start being deleted when they haven't been logged on during the specified period, given as number of days.
|
Added in Windows 10, version 1703. Accounts will start being deleted when they haven't been logged on during the specified period, given as number of days.
|
||||||
|
|
||||||
- The default value is Not Configured.
|
- The default value is Not Configured.
|
||||||
- Value type is integer.
|
- Value type is integer.
|
||||||
- Supported operations are Add, Get, Replace, and Delete.
|
- Supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
The default in the SharedPC provisioning package is 30.
|
The default in the SharedPC provisioning package is 30.
|
||||||
|
|
||||||
<a href="" id="maxpagefilesizemb"></a>**MaxPageFileSizeMB**
|
<a href="" id="maxpagefilesizemb"></a>**MaxPageFileSizeMB**
|
||||||
Added in Windows 10, version 1703. Maximum size of the paging file in MB. Applies only to systems with less than 32-GB storage and at least 3 GB of RAM. This node is optional.
|
Added in Windows 10, version 1703. Maximum size of the paging file in MB. Applies only to systems with less than 32-GB storage and at least 3 GB of RAM. This node is optional.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
||||||
|
|
||||||
- Default value is Not Configured.
|
- Default value is Not Configured.
|
||||||
- Value type is integer.
|
- Value type is integer.
|
||||||
- Supported operations are Add, Get, Replace, and Delete.
|
- Supported operations are Add, Get, Replace, and Delete.
|
||||||
|
|
||||||
The default in the SharedPC provisioning package is 1024.
|
The default in the SharedPC provisioning package is 1024.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: SharedPC DDF file
|
title: SharedPC DDF file
|
||||||
description: Learn how the OMA DM device description framework (DDF) for the SharedPC configuration service provider (CSP).
|
description: Learn how the OMA DM device description framework (DDF) for the SharedPC configuration service provider (CSP).
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
ms.author: vinpa
|
ms.author: vinpa
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user