From f552239a3f2726542b2203c79a6b709722e6111d Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Wed, 12 Sep 2018 16:51:42 -0700 Subject: [PATCH 1/5] Started adding tables by request --- .../mdm/assignedaccess-csp.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/windows/client-management/mdm/assignedaccess-csp.md b/windows/client-management/mdm/assignedaccess-csp.md index 961f686782..af50f8bd8d 100644 --- a/windows/client-management/mdm/assignedaccess-csp.md +++ b/windows/client-management/mdm/assignedaccess-csp.md @@ -102,9 +102,27 @@ Note that status codes available in the Status payload correspond to a specific | 2 | KioskModeAppNotFound | | 3 | KioskModeAppActivationFailure | - Additionally, the status payload includes a profileId, which can be used by the MDM server to correlate which kiosk app caused the error. +In Windows 10, version 1810, Assigned Access runtime status supports monitoring single-app kiosk and multi-app modes. Here are the possible status codes. + +|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.| + +Note that status codes available in the Status payload correspond to a specific AssignedAccessRuntimeStatus. + +|Status code|AssignedAccessRuntimeStatus| +|---|---| +|1|Running| +|2|AppNotFound| +|3|ActivationFailed| +|4|AppNoResponse| + + Supported operation is Get. **./Device/Vendor/MSFT/AssignedAccess/ShellLauncher** From 01b7c0688f968e751f61d928da8f1bb9b113b7d9 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 13 Sep 2018 11:06:19 -0700 Subject: [PATCH 2/5] Added status payload fields --- windows/client-management/mdm/assignedaccess-csp.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/client-management/mdm/assignedaccess-csp.md b/windows/client-management/mdm/assignedaccess-csp.md index af50f8bd8d..edcd969a42 100644 --- a/windows/client-management/mdm/assignedaccess-csp.md +++ b/windows/client-management/mdm/assignedaccess-csp.md @@ -95,7 +95,6 @@ In Windows 10, version 1803, Assigned Access runtime status only supports monito Note that status codes available in the Status payload correspond to a specific KioskModeAppRuntimeStatus. - |Status code | KioskModeAppRuntimeStatus | |---------|---------| | 1 | KioskModeAppRunning | @@ -122,6 +121,10 @@ Note that status codes available in the Status payload correspond to a specific |3|ActivationFailed| |4|AppNoResponse| +Additionally, the Status payload includes the following fields: + +- profileId: can be used by the MDM server to correlate which account caused the error. +- OperationList: list of failed operations that occurred while applying the assigned access CSP, if any exist. Supported operation is Get. From 77187731b6f0a818971b4fe2961f9728dda5a797 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 17 Sep 2018 16:16:56 -0700 Subject: [PATCH 3/5] Editorial change --- windows/client-management/mdm/assignedaccess-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/assignedaccess-csp.md b/windows/client-management/mdm/assignedaccess-csp.md index edcd969a42..b37c7a9b0f 100644 --- a/windows/client-management/mdm/assignedaccess-csp.md +++ b/windows/client-management/mdm/assignedaccess-csp.md @@ -101,7 +101,7 @@ Note that status codes available in the Status payload correspond to a specific | 2 | KioskModeAppNotFound | | 3 | KioskModeAppActivationFailure | -Additionally, the status payload includes a profileId, which can be used by the MDM server to correlate which kiosk app caused the error. +Additionally, the status payload includes a profileId that can be used by the MDM server to correlate which kiosk app caused the error. In Windows 10, version 1810, Assigned Access runtime status supports monitoring single-app kiosk and multi-app modes. Here are the possible status codes. From 3f03b55746578485eb8ebc0c6195307e2951e74a Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 18 Sep 2018 10:05:44 -0700 Subject: [PATCH 4/5] Updated XSD --- .../mdm/assignedaccess-csp.md | 31 ++++++++++++++----- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/windows/client-management/mdm/assignedaccess-csp.md b/windows/client-management/mdm/assignedaccess-csp.md index b37c7a9b0f..53bcb99406 100644 --- a/windows/client-management/mdm/assignedaccess-csp.md +++ b/windows/client-management/mdm/assignedaccess-csp.md @@ -1137,10 +1137,11 @@ ShellLauncherConfiguration Get - - - - + + + + + @@ -1150,19 +1151,35 @@ ShellLauncherConfiguration Get + + + + + + + + + + + + + + + + - + - + - + From 076248eecf52dfcf25900bab4aeeeafaeb896457 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 18 Sep 2018 13:15:38 -0700 Subject: [PATCH 5/5] Updated metadata date --- windows/client-management/mdm/assignedaccess-csp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/assignedaccess-csp.md b/windows/client-management/mdm/assignedaccess-csp.md index 53bcb99406..3ea9a42360 100644 --- a/windows/client-management/mdm/assignedaccess-csp.md +++ b/windows/client-management/mdm/assignedaccess-csp.md @@ -7,7 +7,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: MariciaAlforque -ms.date: 04/25/2018 +ms.date: 09/18/2018 --- # AssignedAccess CSP