diff --git a/windows/client-management/mdm/assignedaccess-csp.md b/windows/client-management/mdm/assignedaccess-csp.md
index cc8530ec85..32c1621720 100644
--- a/windows/client-management/mdm/assignedaccess-csp.md
+++ b/windows/client-management/mdm/assignedaccess-csp.md
@@ -1,230 +1,103 @@
---
title: AssignedAccess CSP
-description: The AssignedAccess configuration service provider (CSP) is used set the device to run in kiosk mode.
-ms.reviewer:
+description: Learn more about the AssignedAccess CSP.
+author: vinaypamnani-msft
manager: aaroncz
ms.author: vinpa
-ms.topic: article
+ms.date: 02/28/2023
+ms.localizationpriority: medium
ms.prod: windows-client
ms.technology: itpro-manage
-author: vinaypamnani-msft
-ms.date: 05/03/2022
+ms.topic: reference
---
+
+
+
# AssignedAccess CSP
-The table below shows the applicability of Windows:
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
+
+
The AssignedAccess configuration service provider (CSP) is used to set the device to run in kiosk mode. Once the CSP has been executed, the next user login that is associated with the kiosk mode puts the device into the kiosk mode running the application specified in the CSP configuration.
-For a step-by-step guide for setting up devices to run in kiosk mode, see [Set up a kiosk on Windows 10 Pro, Enterprise, or Education.](/windows/configuration/kiosk-single-app)
+- For a step-by-step guide for setting up devices to run in kiosk mode, see [Set up a single-app kiosk on Windows 10/11](/windows/configuration/kiosk-single-app).
+- For a step-by-step guide for configuring multi-app kiosks, see [Create a Windows 10 kiosk that runs multiple apps](/windows/configuration/lock-down-windows-10-to-specific-apps).
-In Windows 10, version 1709, the AssignedAccess configuration service provider (CSP) has been expanded to make it easy for administrators to create kiosks that run more than one app. You can configure multi-app kiosks using a provisioning package. For a step-by-step guide, see [Create a Windows 10 kiosk that runs multiple apps](/windows/configuration/lock-down-windows-10-to-specific-apps).
+> [!IMPORTANT]
+> The AssignedAccess CSP is supported in Windows 10 Enterprise and Windows 10 Education. Starting from Windows 10, version 1709, it is supported in Windows 10 Pro and Windows 10 S. Starting from Windows 10, version 1803, it is also supported in Windows Holographic for Business edition.
-> [!Warning]
+> [!WARNING]
> You can only assign one single app kiosk profile to an individual user account on a device. The single app profile does not support domain groups.
-> [!Note]
+> [!NOTE]
> If the application calls `KeyCredentialManager.IsSupportedAsync` when it is running in assigned access mode and it returns false on the first run, invoke the settings screen and select an appropriate PIN to use with Windows Hello. This is the settings screen that is hidden by the application running in assigned access mode. You can only use Windows Hello if you first leave assigned access mode, select your convenience pin, and then go back into assigned access mode again.
+
-> [!Note]
-> The AssignedAccess CSP is supported in Windows 10 Enterprise and Windows 10 Education. Starting from Windows 10, version 1709, it is supported in Windows 10 Pro and Windows 10 S. Starting from Windows 10, version 1803, it is also supported in Windows Holographic for Business edition.
+
+The following list shows the AssignedAccess configuration service provider nodes:
-The following example shows the AssignedAccess configuration service provider in tree format
+- ./Vendor/MSFT/AssignedAccess
+ - [Configuration](#configuration)
+ - [KioskModeApp](#kioskmodeapp)
+ - [ShellLauncher](#shelllauncher)
+ - [Status](#status)
+ - [StatusConfiguration](#statusconfiguration)
+
-```console
-./Vendor/MSFT
-AssignedAccess
-----KioskModeApp
-----Configuration (Added in Windows 10, version 1709)
-----Status (Added in Windows 10, version 1803)
-----ShellLauncher (Added in Windows 10, version 1803)
-----StatusConfiguration (Added in Windows 10, version 1803)
+
+## Configuration
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1709 [10.0.16299] and later |
+
+
+
+```Device
+./Vendor/MSFT/AssignedAccess/Configuration
```
+
-**./Device/Vendor/MSFT/AssignedAccess**
-Root node for the CSP.
+
+
+This node accepts an AssignedAccessConfiguration xml as input.
+
-**./Device/Vendor/MSFT/AssignedAccess/KioskModeApp**
-A JSON string that contains the user account name and Application User Model ID (AUMID) of the Kiosk mode app. For more information about how to get the AUMID, see [Find the Application User Model ID of an installed app](/windows/configuration/find-the-application-user-model-id-of-an-installed-app).
+
+
+The input XML specifies the settings that you can configure in the kiosk or device.
-For more information, see [Set up a kiosk on Windows 10 Pro, Enterprise, or Education.](/windows/configuration/kiosk-single-app)
+In **Windows 10, version 1803** the Configuration node introduces single app kiosk profile to replace KioskModeApp CSP node. KioskModeApp node will be deprecated soon, so you should use the single app kiosk profile in config xml for Configuration node to configure public-facing single app Kiosk.
-> [!Note]
-> In Windows 10, version 1803, the Configuration node introduces single app kiosk profile to replace KioskModeApp CSP node. KioskModeApp node will be deprecated soon, so you should use the single app kiosk profile in config xml for Configuration node to configure public-facing single app Kiosk.
->
-> Starting in Windows 10, version 1803, the KioskModeApp node becomes No-Op if Configuration node is configured on the device. That Add/Replace/Delete command on KioskModeApp node always returns SUCCESS to the MDM server if Configuration node is set, but the data of KioskModeApp will not take any effect on the device. Get command on KioskModeApp will return the configured JSON string even it’s not effective.
+In **Windows 10, version 1909**, Microsoft Edge kiosk mode support was added. This allows Microsoft Edge to be the specified kiosk application. For details about configuring Microsoft Edge kiosk mode, see [Configure a Windows 10 kiosk that runs Microsoft Edge](/DeployEdge/microsoft-edge-configure-kiosk-mode). Windows 10, version 1909 also allows for configuration of the breakout sequence. The breakout sequence specifies the keyboard shortcut that returns a kiosk session to the lock screen. The breakout sequence is defined with the format modifiers + keys. An example breakout sequence would look something like `shift+alt+a`, where `shift` and `alt` are the modifiers and `a` is the key.
-> [!Note]
-> You can't set both KioskModeApp and ShellLauncher at the same time on the device.
-
-Starting in Windows 10, version 1607, you can use a provisioned app to configure the kiosk mode. For more information about how to remotely provision an app, see [Enterprise app management](../enterprise-app-management.md).
-
-Here's an example:
-
-```json
-{"Account":"contoso\\kioskuser","AUMID":"Microsoft.Windows.Contoso_cw5n1h2txyewy!Microsoft.ContosoApp.ContosoApp"}
-```
-
-> [!Tip]
-> In this example the double \\\ is required because it's in JSON and JSON escapes \ into \\\\. If an MDM server uses JSON parser\composer, they should ask customers to type only one \\, which will be \\\ in the JSON. If user types \\\\, it'll become \\\\\\\ in JSON, which will cause erroneous results. For the same reason, domain\account used in Configuration xml does not need \\\ but only one \\, because xml does not (need to) escape \\.
->
-> This applies to both domain\account, AzureAD\someone@contoso.onmicrosoft.com, i.e. as long as a \ used in JSON string.
-
-When the kiosk mode app is being configured, the account name will be used to find the target user. The account name includes domain name and user name.
-
-> [!Note]
-> The domain name can be optional, if the user name is unique across the system.
-
-For a local account, the domain name should be the device name. When Get is executed on this node, the domain name is always returned in the output.
-
-The supported operations are Add, Delete, Get and Replace. When there's no configuration, the Get and Delete methods fail. When there's already a configuration for kiosk mode app, the Add method fails. The data pattern for Add and Replace is the same.
-
-**./Device/Vendor/MSFT/AssignedAccess/Configuration**
-Added in Windows 10, version 1709. Specifies the settings that you can configure in the kiosk or device. This node accepts an AssignedAccessConfiguration xml as input to configure the device experience. For more information about the configuration settings in the XML, see [Create a Windows 10 kiosk that runs multiple apps](/windows/configuration/lock-down-windows-10-to-specific-apps). For more information on the schema, see [AssignedAccessConfiguration](#assignedaccessconfiguration-xsd).
-
-Updated in Windows 10, version 1909. Added Microsoft Edge kiosk mode support. This allows Microsoft Edge to be the specified kiosk application. For details about configuring Microsoft Edge kiosk mode, see [Configure a Windows 10 kiosk that runs Microsoft Edge](/DeployEdge/microsoft-edge-configure-kiosk-mode). Windows 10, version 1909 also allows for configuration of the breakout sequence. The breakout sequence specifies the keyboard shortcut that returns a kiosk session to the lock screen. The breakout sequence is defined with the format modifiers + keys. An example breakout sequence would look something like "shift+alt+a", where "shift" and "alt" are the modifiers and "a" is the key.
-
-> [!Note]
-> In Windows 10, version 1803 the Configuration node introduces single app kiosk profile to replace KioskModeApp CSP node. KioskModeApp node will be deprecated soon, so you should use the single app kiosk profile in config xml for Configuration node to configure public-facing single app Kiosk.
->
-> Starting in Windows 10, version 1803 the KioskModeApp node becomes No-Op if Configuration node is configured on the device. That Add/Replace/Delete command on KioskModeApp node always returns SUCCESS to the MDM server if Configuration node is set, but the data of KioskModeApp will not take any effect on the device. Get command on KioskModeApp will return the configured JSON string even it’s not effective.
-
-Enterprises can use this to easily configure and manage the curated lockdown experience.
-
-Supported operations are Add, Get, Delete, and Replace.
-
-Deleting the multi-app configuration will remove the assigned access lockdown profiles associated with the users, but it can't revert all the enforced policies back (for example, Start Layout).
-
-**./Device/Vendor/MSFT/AssignedAccess/Status**
-Added in Windows 10, version 1803. This read only polling node allows MDM server to query the current KioskModeAppRuntimeStatus as long as the StatusConfiguration node is set to “On” or “OnWithAlerts”. If the StatusConfiguration is “Off”, a node not found error will be reported to the MDM server. Click [link](#status-example) to see an example SyncML. [Here](#assignedaccessalert-xsd) is the schema for the Status payload.
-
-In Windows 10, version 1803, Assigned Access runtime status only supports monitoring single app kiosk mode. Here are the possible statuses available for single app kiosk mode.
-
-|Status |Description |
-|---------|---------|---------|
-| KioskModeAppRunning | This status means the kiosk app is running normally. |
-| KioskModeAppNotFound | This state occurs when the kiosk app isn't deployed to the machine. |
-| KioskModeAppActivationFailure | This state occurs when the assigned access controller detects the process terminated unexpectedly after exceeding the max retry. |
+- For more information about setting up a multi-app kiosk, see [Create a Windows 10 kiosk that runs multiple apps](/windows/configuration/lock-down-windows-10-to-specific-apps).
+- For more information on the schema, see [AssignedAccessConfiguration XSD](#assignedaccessconfiguration-xsd).
+- For examples, see [AssignedAccessConfiguration examples](#assignedaccessconfiguration-examples).
> [!NOTE]
-> Status codes available in the Status payload correspond to a specific KioskModeAppRuntimeStatus.
+> Deleting the multi-app configuration will remove the assigned access lockdown profiles associated with the users, but it can't revert all the enforced policies (for example, Start Layout).
+
-|Status code | KioskModeAppRuntimeStatus |
-|---------|---------|
-| 1 | KioskModeAppRunning |
-| 2 | KioskModeAppNotFound |
-| 3 | KioskModeAppActivationFailure |
+
+**Description framework properties**:
-Additionally, the status payload includes a profileId that can be used by the MDM server to correlate as to which kiosk app caused the error.
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-In Windows 10, version 1809, Assigned Access runtime status supports monitoring single-app kiosk and multi-app modes. Here are the possible status codes.
+
+
+**Examples**:
-|Status|Description|
-|---|---|
-|Running|The AssignedAccess account (kiosk or multi-app) is running normally.|
-|AppNotFound|The kiosk app isn't deployed to the machine.|
-|ActivationFailed|The AssignedAccess account (kiosk or multi-app) failed to sign in.|
-|AppNoResponse|The kiosk app launched successfully but is now unresponsive.|
+For more examples, see [AssignedAccessConfiguration examples](#assignedaccessconfiguration-examples).
-> [!NOTE]
-> Status codes available in the Status payload correspond to a specific AssignedAccessRuntimeStatus.
-
-|Status code|AssignedAccessRuntimeStatus|
-|---|---|
-|1|Running|
-|2|AppNotFound|
-|3|ActivationFailed|
-|4|AppNoResponse|
-
-Additionally, the Status payload includes the following fields:
-
-- profileId: It can be used by the MDM server to correlate which account caused the error.
-- OperationList: It gives the list of failed operations that occurred while applying the assigned access CSP, if any exist.
-
-Supported operation is Get.
-
-**./Device/Vendor/MSFT/AssignedAccess/ShellLauncher**
-Added in Windows 10, version 1803. This node accepts a ShellLauncherConfiguration xml as input. Click [link](#shelllauncherconfiguration-xsd) to see the schema. Shell Launcher V2 is introduced in Windows 10, version 1903 to support both UWP and Win32 apps as the custom shell. For more information, see [Shell Launcher](/windows/configuration/kiosk-shelllauncher).
-
-> [!Note]
-> You can't set both ShellLauncher and KioskModeApp at the same time on the device.
->
-> Configuring Shell Launcher using the ShellLauncher node automatically enables the Shell Launcher feature, if it is available within the SKU. I. Shell Launcher as a feature and the ShellLauncher node both require Windows Enterprise or Windows Education to function.
->
->The ShellLauncher node is not supported in Windows 10 Pro.
-
-**./Device/Vendor/MSFT/AssignedAccess/StatusConfiguration**
-Added in Windows 10, version 1803. This node accepts a StatusConfiguration xml as input to configure the Kiosk App Health monitoring. There are three possible values for StatusEnabled node inside StatusConfiguration xml: On, OnWithAlerts, and Off. Click [link](#statusconfiguration-xsd) to see the StatusConfiguration schema.
-
-By default, the StatusConfiguration node doesn't exist, and it implies this feature is off. Once enabled via CSP, Assigned Access will check kiosk app status and wait for MDM server to query the latest status from the Status node.
-
-Optionally, the MDM server can opt in to the MDM alert so that an MDM alert will be generated and sent immediately to the MDM server when the assigned access runtime status is changed. This MDM alert will contain the status payload that is available via the Status node.
-
-This MDM alert header is defined as follows:
-
-- MDMAlertMark: Critical
-- MDMAlertType: "com.microsoft.mdm.assignedaccess.status"
-- MDMAlertDataType: String
-- Source: "./Vendor/MSFT/AssignedAccess"
-- Target: N/A
-
-> [!Note]
-> MDM alert will only be sent for errors.
-
-
-## KioskModeApp examples
-
-KioskModeApp Add
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/KioskModeApp
-
-
- chr
-
- {"Account":"Domain\\AccountName","AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}
-
-
-
-
-
-```
-
-KioskModeApp Delete
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/KioskModeApp
-
-
-
-
-
-
-```
-
-KioskModeApp Get
+
+
+ Get Configuration
```xml
@@ -233,7 +106,7 @@ KioskModeApp Get
2
-
- ./Device/Vendor/MSFT/AssignedAccess/KioskModeApp
+ ./Device/Vendor/MSFT/AssignedAccess/Configuration
@@ -242,31 +115,1003 @@ KioskModeApp Get
```
-KioskModeApp Replace
+
+
+
+
+ Delete Configuration
```xml
-
+
2
-
- ./Device/Vendor/MSFT/AssignedAccess/KioskModeApp
+ ./Device/Vendor/MSFT/AssignedAccess/Configuration
-
- chr
-
- {"Account":"Domain\\AccountName","AUMID":"Microsoft.WindowsAlarms_8wekyb3d8bbwe!App"}
-
+
```
+
+
+
+
+
+
+## KioskModeApp
+
+> [!NOTE]
+> This policy is deprecated and may be removed in a future release.
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1507 [10.0.10240] and later |
+
+
+
+```Device
+./Vendor/MSFT/AssignedAccess/KioskModeApp
+```
+
+
+
+
+This node can accept and return json string which comprises of account name, and AUMID for Kiosk mode app.
+
+Example: `{"User":"domain\\user", "AUMID":"Microsoft. WindowsCalculator_8wekyb3d8bbwe!App"}`.
+
+When configuring kiosk mode app, account name will be used to find the target user. Account name includes domain name and user name. Domain name can be optional if user name is unique across the system. For a local account, domain name should be machine name. When "Get" is executed on this node, domain name is always returned in the output.
+
+This node supports Add, Delete, Replace and Get methods. When there's no configuration, "Get" and "Delete" methods fail. When there's already a configuration for kiosk mode app, "Add" method fails. The data pattern for "Add" and "Replace" is the same.
+
+
+
+
+> [!TIP]
+> In the above example the double `\\` is required because it's in JSON and JSON escapes `\\` into `\`. If an MDM server uses JSON parser\composer, they should ask customers to type only one `\`, which will be `\\` in the JSON. If user types `\\`, it'll become `\\\\` in JSON, which will cause erroneous results. For the same reason, `domain\user` used in Configuration xml does not need `\\` but only one `\`, because xml does not (need to) escape `\`.
+>
+> This applies to both `domain\user`, `AzureAD\someone@contoso.onmicrosoft.com`, as long as a `\` is used in JSON string.
+
+- For more information about how to get the AUMID, see [Find the Application User Model ID of an installed app](/windows/configuration/find-the-application-user-model-id-of-an-installed-app).
+- For more information about single-app kiosk, see [Set up a single-app kiosk on Windows 10/11.](/windows/configuration/kiosk-single-app)
+
+> [!IMPORTANT]
+>
+> - In Windows 10, version 1803, the Configuration node introduces single app kiosk profile to replace KioskModeApp CSP node. KioskModeApp node will be deprecated soon, so you should use the single app kiosk profile in config xml for Configuration node to configure public-facing single app Kiosk.
+> - Additionally, starting in Windows 10, version 1803, the KioskModeApp node becomes No-Op if Configuration node is configured on the device. Add/Replace/Delete commands on KioskModeApp node always returns SUCCESS to the MDM server if Configuration node is set, but the data of KioskModeApp will not take any effect on the device. Get command on KioskModeApp will return the configured JSON string even it's not effective.
+> - You can't set both KioskModeApp and ShellLauncher at the same time on the device.
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
+
+
+
+**Examples**:
+
+
+
+ Add KioskModeApp
+
+```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/KioskModeApp
+
+
+ chr
+
+ {"Account":"Domain\\AccountName","AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}
+
+
+
+
+
+```
+
+
+
+
+
+ Delete KioskModeApp
+
+```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/KioskModeApp
+
+
+
+
+
+
+```
+
+
+
+
+
+ Get KioskModeApp
+
+```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/KioskModeApp
+
+
+
+
+
+
+```
+
+
+
+
+
+ Replace KioskModeApp
+
+```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/KioskModeApp
+
+
+ chr
+
+ {"Account":"Domain\\AccountName","AUMID":"Microsoft.WindowsAlarms_8wekyb3d8bbwe!App"}
+
+
+
+
+
+```
+
+
+
+
+
+
+
+## ShellLauncher
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:x: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:x: Windows SE | :heavy_check_mark: Windows 10, version 1803 [10.0.17134] and later |
+
+
+
+```Device
+./Vendor/MSFT/AssignedAccess/ShellLauncher
+```
+
+
+
+
+This node accepts a ShellLauncherConfiguration xml as input.
+
+
+
+
+In **Windows 10, version 1903**, Shell Launcher V2 was introduced to support both UWP and Win32 apps as the custom shell.
+
+- For more information on the schema, see [ShellLauncherConfiguration XSD](#shelllauncherconfiguration-xsd).
+- For more information, see [Shell Launcher](/windows/configuration/kiosk-shelllauncher).
+
+> [!IMPORTANT]
+> You can't set both ShellLauncher and KioskModeApp at the same time on the device.
+
+> [!NOTE]
+> Configuring Shell Launcher using the ShellLauncher node automatically enables the Shell Launcher feature, if it is available within the SKU.
+>
+> Shell Launcher as a feature and the ShellLauncher node both require Windows Enterprise or Windows Education to function. The ShellLauncher node is not supported in Windows 10 Pro.
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
+
+
+
+**ShellLauncherConfiguration XSD**:
+
+> [!NOTE]
+> Shell Launcher V2 uses a separate XSD and namespace for backward compatibility. The original V1 XSD has a reference to the V2 XSD.
+
+
+
+ Shell Launcher V1 XSD
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+
+
+
+
+ Shell Launcher V2 XSD
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+
+
+**Examples**:
+
+
+
+ Add
+
+```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/ShellLauncher
+
+
+ chr
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ]]>
+
+
+
+
+
+
+```
+
+
+
+
+
+ Add AutoLogon
+
+This function creates an auto-logon account on your behalf. It's a standard user with no password. The auto-logon account is managed by AssignedAccessCSP, so the account name isn't exposed.
+
+> [!NOTE]
+> The auto-logon function is designed to be used after OOBE with provisioning packages.
+
+```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/ShellLauncher
+
+
+ chr
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ]]>
+
+
+
+
+
+
+```
+
+
+
+
+
+ V2 Add
+
+```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/ShellLauncher
+
+
+ chr
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ]]>
+
+
+
+
+
+
+
+```
+
+
+
+
+
+ Get
+
+```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/ShellLauncher
+
+
+
+
+
+
+```
+
+
+
+
+
+
+
+## Status
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1803 [10.0.17134] and later |
+
+
+
+```Device
+./Vendor/MSFT/AssignedAccess/Status
+```
+
+
+
+
+This read only node contains kiosk health event xml.
+
+
+
+
+This allows MDM server to query the current KioskModeAppRuntimeStatus as long as the StatusConfiguration node is set to "On" or "OnWithAlerts". If the StatusConfiguration is "Off", a "node not found" error will be reported to the MDM server.
+
+Starting in **Windows 10, version 1809**, Assigned Access runtime status supports monitoring single-app kiosk and multi-app modes. Here are the possible status codes:
+
+| Status Code | Status | Description |
+|--|--|--|
+| 0 | Unknown | Unknown status. |
+| 1 | Running | The AssignedAccess account (kiosk or multi-app) is running normally. |
+| 2 | AppNotFound | The kiosk app isn't deployed to the machine. |
+| 3 | ActivationFailed | The AssignedAccess account (kiosk or multi-app) failed to sign in. |
+| 4 | AppNoResponse | The kiosk app launched successfully but is now unresponsive. |
+
+Additionally, the Status payload includes the following fields:
+
+- profileId: It can be used by the MDM server to correlate which account caused the error.
+- OperationList: It gives the list of failed operations that occurred while applying the assigned access CSP, if any exist.
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Get |
+
+
+
+
+**AssignedAccessAlert XSD**:
+
+
+
+ Expand this section to see the schema XML
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+
+
+**Example**:
+
+```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/Status
+
+
+
+
+
+
+```
+
+
+
+
+
+## StatusConfiguration
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1803 [10.0.17134] and later |
+
+
+
+```Device
+./Vendor/MSFT/AssignedAccess/StatusConfiguration
+```
+
+
+
+
+This node accepts a StatusConfiguration xml as input.
+
+
+
+
+There are three possible values for StatusEnabled node inside StatusConfiguration xml:
+
+- On
+- OnWithAlerts
+- Off
+
+By default, the StatusConfiguration node doesn't exist, and it implies this feature is off. Once enabled via CSP, Assigned Access will check kiosk app status and wait for MDM server to query the latest status from the Status node. Optionally, the MDM server can opt in to the MDM alert so that an MDM alert will be generated and sent immediately to the MDM server when the assigned access runtime status is changed. This MDM alert will contain the status payload that is available via the Status node. This MDM alert header is defined as follows:
+
+- MDMAlertMark: `Critical`
+- MDMAlertType: `com.microsoft.mdm.assignedaccess.status`
+- MDMAlertDataType: `string`
+- Source: `./Vendor/MSFT/AssignedAccess`
+- Target: `N/A`
+
+> [!NOTE]
+> MDM alert are only sent for errors.
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
+
+
+
+**StatusConfiguration XSD**:
+
+
+
+ Expand this section to see the schema XML
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+
+
+**Examples**:
+
+
+
+ Add StatusConfiguration with StatusEnabled set to OnWithAlerts
+
+ ```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/StatusConfiguration
+
+
+ chr
+
+
+
+
+ OnWithAlerts
+
+ ]]>
+
+
+
+
+
+
+ ```
+
+
+
+
+
+ Delete StatusConfiguration
+
+ ```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/StatusConfiguration
+
+
+
+
+
+
+ ```
+
+
+
+
+
+ Get StatusConfiguration
+
+ ```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/StatusConfiguration
+
+
+
+
+
+
+ ```
+
+
+
+
+
+ Replace StatusEnabled value with On
+
+ ```xml
+
+
+
+ 2
+ -
+
+ ./Device/Vendor/MSFT/AssignedAccess/StatusConfiguration
+
+
+ chr
+
+
+
+
+ On
+
+ ]]>
+
+
+
+
+
+
+ ```
+
+
+
+
+
+
+
+
## AssignedAccessConfiguration XSD
-The schema below is for AssignedAccess Configuration up to Windows 10 20H2 release.
+
+
+ Schema for AssignedAccessConfiguration.
```xml
@@ -306,7 +1151,7 @@ The schema below is for AssignedAccess Configuration up to Windows 10 20H2 relea
-
+
@@ -464,7 +1309,41 @@ The schema below is for AssignedAccess Configuration up to Windows 10 20H2 relea
);
```
-Here's the schema for new features introduced in Windows 10 1809 release:
+
+
+
+
+ Schema for features introduced in Windows 10, version 1909 which added support for Microsoft Edge kiosk mode and breakout key sequence customization.
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+
+
+
+
+ Schema for new features introduced in Windows 10 1809 release.
```xml
@@ -510,7 +1389,11 @@ Here's the schema for new features introduced in Windows 10 1809 release:
```
-Schema for Windows 10 prerelease
+
+
+
+
+ Schema for Windows 10 prerelease.
```xml
@@ -541,48 +1424,31 @@ Schema for Windows 10 prerelease
```
-The schema below is for features introduced in Windows 10, version 1909 which has added support for Microsoft Edge kiosk mode and breakout key sequence customization.
-```xml
-
-
+
-
-
+## AssignedAccessConfiguration examples
-
-
-
-
-
-
-
-```
-
-To authorize a compatible configuration XML that includes 1809 or prerelease elements and attributes, always include the namespace of these add-on schemas, and decorate the attributes and elements accordingly with the namespace alias. For example, to configure the auto-launch feature that's added in the 1809 release, use the below sample. Notice an alias r1809 is given to the 201810 namespace for the 1809 release, and the alias is tagged on AutoLaunch and AutoLaunchArguments inline.
-
-```xml
- [!NOTE]
+> To authorize a compatible configuration XML that includes 1809 or prerelease elements and attributes, always include the namespace of these add-on schemas, and decorate the attributes and elements accordingly with the namespace alias. For example, to configure the auto-launch feature that was added in the 1809 release, use the below sample. Notice an alias `r1809` is given to the 201810 namespace for the 1809 release, and the alias is tagged on AutoLaunch and AutoLaunchArguments inline.
>
-
-
-
-
-
-```
+> ```xml
+> xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
+> xmlns:r1809="http://schemas.microsoft.com/AssignedAccess/201810/config"
+> >
+>
+>
+>
+>
+>
+> ...
+>
+> ```
-## Example AssignedAccessConfiguration XML
+
+
+ Example XML configuration for a multi-app kiosk for Windows 10.
-Example XML configuration for a multi-app kiosk:
```xml
@@ -634,7 +1500,12 @@ Example XML configuration for a multi-app kiosk:
```
-Example XML configuration for a Microsoft Edge kiosk. This Microsoft Edge kiosk is configured to launch www.bing.com on startup in a public browsing mode.
+
+
+
+
+ Example XML configuration for a Microsoft Edge kiosk. This Microsoft Edge kiosk is configured to launch www.bing.com on startup in a public browsing mode.
+
```xml
```
-Example XML configuration for setting a breakout sequence to be Ctrl+A on a Microsoft Edge kiosk.
+
+
+
+
+ Example XML configuration for setting a breakout sequence to be Ctrl+A on a Microsoft Edge kiosk.
+
> [!NOTE]
> **BreakoutSequence** can be applied to any kiosk type, not just an Edge kiosk.
+
```xml
```
-## Configuration examples
+
+
+## Windows Holographic for Business edition example
+
+This example configures the following apps: Skype, Learning, Feedback Hub, and Calibration, for first line workers. Use this XML in a provisioning package using Windows Configuration Designer. For instructions, see [Configure HoloLens using a provisioning package](/hololens/hololens-provisioning).
+
+
+
+ Expand this section to see the example.
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ]]>
+
+
+
+
+
+
+
+
+ AzureAD\multiusertest@analogfre.onmicrosoft.com
+
+
+
+
+```
+
+
+
+## Handling XML in Configuration
XML encoding (escaped) and CDATA of the XML in the Data node will both ensure that DM client can properly interpret the SyncML and send the configuration xml as string (in original format, unescaped) to AssignedAccess CSP to handle.
-Similarly, the StartLayout xml inside the configuration xml is using the same format, xml inside xml as string. In the sample Configuration xml provided above, CDATA is used to embed the StartLayout xml. If you use CDATA to embed configuration xml in SyncML as well, you’ll have nested CDATA, so pay attention to how CDATA is used in the provided CDATA sample. With that being said, when the Configuration xml is being constructed, MDM server can either escape start layout xml or put startlayout xml inside CDATA, when MDM server puts configuration xml inside SyncML, MDM server can also either escape it or wrap with CDATA.
+Similarly, the StartLayout xml inside the configuration xml is using the same format, xml inside xml as string. In the sample Configuration xml provided above, CDATA is used to embed the StartLayout xml. If you use CDATA to embed configuration xml in SyncML as well, you'll have nested CDATA, so pay attention to how CDATA is used in the provided CDATA sample. With that being said, when the Configuration xml is being constructed, MDM server can either escape start layout xml or put startlayout xml inside CDATA, when MDM server puts configuration xml inside SyncML, MDM server can also either escape it or wrap with CDATA.
-Escape and CDATA are mechanisms used when handling xml in xml. Consider that it’s a transportation channel to send the configuration xml as payload from server to client. It’s transparent to both, the end user who configures the CSP and to our CSP. Both the customer on the server side and our CSP must only see the original configuration XML.
+Escape and CDATA are mechanisms used when handling xml in xml. Consider that it's a transportation channel to send the configuration xml as payload from server to client. It's transparent to both, the end user who configures the CSP and to our CSP. Both the customer on the server side and our CSP must only see the original configuration XML.
-This example shows escaped XML of the Data node.
+
+
+ This example shows escaped XML of the Data node.
```xml
@@ -761,79 +1708,11 @@ This example shows escaped XML of the Data node.
```
-This example shows escaped XML of the Data node.
+
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/Configuration
-
-
- chr
-
-
- <?xml version="1.0" encoding="utf-8" ?>
-<AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config">
- <Profiles>
- <Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
- <AllAppsList>
- <AllowedApps>
- <App AppUserModelId="Microsoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic" />
- <App AppUserModelId="Microsoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo" />
- <App AppUserModelId="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" />
- <App AppUserModelId="Microsoft.BingWeather_8wekyb3d8bbwe!App" />
- <App AppUserModelId="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" />
- <App DesktopAppPath="%windir%\system32\mspaint.exe" />
- <App DesktopAppPath="C:\Windows\System32\notepad.exe" />
- </AllowedApps>
- </AllAppsList>
- <StartLayout>
- <![CDATA[<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
- <LayoutOptions StartTileGroupCellWidth="6" />
- <DefaultLayoutOverride>
- <StartLayoutCollection>
- <defaultlayout:StartLayout GroupCellWidth="6">
- <start:Group Name="Group1">
- <start:Tile Size="4x4" Column="0" Row="0" AppUserModelID="Microsoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic" />
- <start:Tile Size="2x2" Column="4" Row="2" AppUserModelID="Microsoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo" />
- <start:Tile Size="2x2" Column="4" Row="0" AppUserModelID="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" />
- <start:Tile Size="2x2" Column="4" Row="4" AppUserModelID="Microsoft.BingWeather_8wekyb3d8bbwe!App" />
- <start:Tile Size="4x2" Column="0" Row="4" AppUserModelID="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" />
- </start:Group>
- <start:Group Name="Group2">
- <start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\mspaint.exe" />
- <start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationID="{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\notepad.exe" />
- </start:Group>
- </defaultlayout:StartLayout>
- </StartLayoutCollection>
- </DefaultLayoutOverride>
- </LayoutModificationTemplate>
- ]]>
- </StartLayout>
- <Taskbar ShowTaskbar="true"/>
- </Profile>
- </Profiles>
- <Configs>
- <Config>
- <Account>MultiAppKioskUser</Account>
- <DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/>
- </Config>
- </Configs>
-</AssignedAccessConfiguration>
-
-
-
-
-
-
-
-```
-
-This example uses CData for the XML.
+
+
+ This example shows CData for the XML.
```xml
@@ -905,696 +1784,11 @@ This example uses CData for the XML.
```
-Example of Get command that returns the configuration in the device.
+
+
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/Configuration
-
-
-
-
-
-
-```
+
-Example of the Delete command.
+## Related articles
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/Configuration
-
-
-
-
-
-
-```
-
-## StatusConfiguration XSD
-
-```xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-## StatusConfiguration example
-
-StatusConfiguration Add OnWithAlerts
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/StatusConfiguration
-
-
- chr
-
-
-
-
- OnWithAlerts
-
- ]]>
-
-
-
-
-
-
-```
-
-StatusConfiguration Delete
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/StatusConfiguration
-
-
-
-
-
-
-```
-
-StatusConfiguration Get
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/StatusConfiguration
-
-
-
-
-
-
-```
-
-StatusConfiguration Replace On
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/StatusConfiguration
-
-
- chr
-
-
-
-
- On
-
- ]]>
-
-
-
-
-
-
-```
-
-## Status example
-
-Status Get
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/Status
-
-
-
-
-
-
-```
-
-## ShellLauncherConfiguration XSD
-
-Shell Launcher V2 uses a separate XSD and namespace for backward compatibility. The original V1 XSD has a reference to the V2 XSD.
-
-```xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-### Shell Launcher V2 XSD
-
-```xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-## ShellLauncherConfiguration examples
-
-ShellLauncherConfiguration Add
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/ShellLauncher
-
-
- chr
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ]]>
-
-
-
-
-
-
-```
-
-ShellLauncherConfiguration Add AutoLogon
-
-This function creates an autologon account on your behalf. It's a standard user with no password. The autologon account is managed by AssignedAccessCSP, so the account name isn't exposed.
-
-> [!Note]
-> The autologon function is designed to be used after OOBE with provisioning packages.
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/ShellLauncher
-
-
- chr
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ]]>
-
-
-
-
-
-
-```
-
-ShellLauncher V2 Add
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/ShellLauncher
-
-
- chr
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ]]>
-
-
-
-
-
-
-
-```
-
-ShellLauncherConfiguration Get
-
-```xml
-
-
-
- 2
- -
-
- ./Device/Vendor/MSFT/AssignedAccess/ShellLauncher
-
-
-
-
-
-
-```
-
-## AssignedAccessAlert XSD
-
-```xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-```
-
-## Windows Holographic for Business edition example
-
-This example configures the following apps: Skype, Learning, Feedback Hub, and Calibration, for first line workers. Use this XML in a provisioning package using Windows Configuration Designer. For instructions, see [Configure HoloLens using a provisioning package](/hololens/hololens-provisioning).
-
-```xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ]]>
-
-
-
-
-
-
-
-
- AzureAD\multiusertest@analogfre.onmicrosoft.com
-
-
-
-
-```
-
-## Related topics
-
-[Configuration service provider reference](index.yml)
+[Configuration service provider reference](configuration-service-provider-reference.md)
diff --git a/windows/client-management/mdm/assignedaccess-ddf.md b/windows/client-management/mdm/assignedaccess-ddf.md
index 4e49481095..f91d0c0381 100644
--- a/windows/client-management/mdm/assignedaccess-ddf.md
+++ b/windows/client-management/mdm/assignedaccess-ddf.md
@@ -1,198 +1,223 @@
---
-title: AssignedAccess DDF
-description: Learn how the OMA DM device description framework (DDF) for the AssignedAccess configuration service provider.
-ms.reviewer:
+title: AssignedAccess DDF file
+description: View the XML file containing the device description framework (DDF) for the AssignedAccess configuration service provider.
+author: vinaypamnani-msft
manager: aaroncz
ms.author: vinpa
-ms.topic: article
+ms.date: 02/27/2023
+ms.localizationpriority: medium
ms.prod: windows-client
ms.technology: itpro-manage
-author: vinaypamnani-msft
-ms.date: 02/22/2018
+ms.topic: reference
---
-# AssignedAccess DDF
+
-This topic shows the OMA DM device description framework (DDF) for the **AssignedAccess** configuration service provider. DDF files are used only with OMA DM provisioning XML.
+# AssignedAccess DDF file
-You can download the DDF files from the links below:
-
-- [Download all the DDF files for Windows 10, version 1703](https://download.microsoft.com/download/C/7/C/C7C94663-44CF-4221-ABCA-BC895F42B6C2/Windows10_1703_DDF_download.zip)
-- [Download all the DDF files for Windows 10, version 1607](https://download.microsoft.com/download/2/3/E/23E27D6B-6E23-4833-B143-915EDA3BDD44/Windows10_1607_DDF.zip)
-
-The XML below is for Windows 10, version 1803 and later.
+The following XML file contains the device description framework (DDF) for the AssignedAccess configuration service provider.
```xml
-
-]>
+]>
- 1.2
+ 1.2
+
+
+
+ AssignedAccess
+ ./Vendor/MSFT
+
+
+
+
+ Root node for the CSP
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.10240
+ 1.0
+ 0x4;0x1B;0x30;0x31;0x48;0x54;0x77;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x88*;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xB4;0xBC;0xBF;0xCA;0xCB;0xCD;
+
+
- AssignedAccess
- ./Vendor/MSFT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com.microsoft/4.0/MDM/AssignedAccess
-
-
-
- KioskModeApp
-
-
-
-
-
-
-
- This node can accept and return json string which comprises of account name, and AUMID for Kiosk mode app.
+ KioskModeApp
+
+
+
+
+
+
+
+ This node can accept and return json string which comprises of account name, and AUMID for Kiosk mode app.
-Example: {"User":"domain\\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}.
+Example: {"User":"domain\\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}.
-When configuring kiosk mode app, account name will be used to find the target user. Account name includes domain name and user name. Domain name can be optional, if user name is unique across the system. For a local account, domain name should be machine name. When "Get" is executed on this node, domain name is always returned in the output.
+When configuring kiosk mode app, account name will be used to find the target user. Account name includes domain name and user name. Domain name can be optional if user name is unique across the system. For a local account, domain name should be machine name. When "Get" is executed on this node, domain name is always returned in the output.
This node supports Add, Delete, Replace and Get methods. When there's no configuration, "Get" and "Delete" methods fail. When there's already a configuration for kiosk mode app, "Add" method fails. The data pattern for "Add" and "Replace" is the same.
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
-
-
-
- Configuration
-
-
-
-
-
-
-
- This node accepts an AssignedAccessConfiguration xml as input. Please check out samples and required xsd on MSDN.
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
-
-
-
- Status
-
-
-
-
- This read only node contains kiosk health event in xml.
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
-
-
-
- ShellLauncher
-
-
-
-
-
-
-
- This node accepts a ShellLauncherConfiguration xml as input. Please check out samples and required xsd on MSDN.
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
-
-
-
- StatusConfiguration
-
-
-
-
-
-
-
- This node accepts a StatusConfiguration xml as input. Please check out samples and required xsd on MSDN.
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/plain
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Configuration
+
+
+
+
+
+
+
+ This node accepts an AssignedAccessConfiguration xml as input. Please check out samples and required xsd on MSDN.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.16299
+ 1.1
+
+
+
+
+
+
+ Status
+
+
+
+
+ This read only node contains kiosk health event xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.17134
+ 2.0
+
+
+
+
+ ShellLauncher
+
+
+
+
+
+
+
+ This node accepts a ShellLauncherConfiguration xml as input. Please check out samples and required xsd on MSDN.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.17134
+ 2.0
+ 0x4;0x1B;0x48;0x54;0x79;0x7A;0x7D;0x7E;0x81;0x82;0xAB;0xAC;0xAF;0xBC;0xBF
+
+
+
+
+
+
+ StatusConfiguration
+
+
+
+
+
+
+
+ This node accepts a StatusConfiguration xml as input. Please check out samples and required xsd on MSDN.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.0.17134
+ 2.0
+
+
+
+
+
+
```
-## Related topics
+## Related articles
-[AssignedAccess configuration service provider](assignedaccess-csp.md)
+[AssignedAccess configuration service provider reference](assignedaccess-csp.md)