mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-26 07:43:36 +00:00
Restructuring of configuration docset
This commit is contained in:
@ -1,49 +1,45 @@
|
||||
---
|
||||
title: AssignedAccess (Windows 10)
|
||||
description: This section describes the AssignedAccess setting that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
ms.prod: windows-client
|
||||
author: aczechowski
|
||||
ms.localizationpriority: medium
|
||||
ms.author: aaroncz
|
||||
title: AssignedAccess
|
||||
description: This section describes the AssignedAccess setting that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
||||
|
||||
ms.topic: reference
|
||||
ms.collection: must-keep
|
||||
ms.date: 04/30/2018
|
||||
ms.reviewer:
|
||||
manager: aaroncz
|
||||
ms.technology: itpro-configure
|
||||
---
|
||||
appliesto:
|
||||
|
||||
# AssignedAccess (Windows Configuration Designer reference)
|
||||
ms.date: 04/30/2018
|
||||
|
||||
Use this setting to configure single use (kiosk) devices.
|
||||
---
|
||||
|
||||
## Applies to
|
||||
# AssignedAccess (Windows Configuration Designer reference)
|
||||
|
||||
Use this setting to configure single use (kiosk) devices.
|
||||
|
||||
## Applies to
|
||||
|
||||
| Setting | Windows client | Surface Hub | HoloLens | IoT Core |
|
||||
| --- | :---: | :---: | :---: | :---: |
|
||||
| [AssignedAccessSettings](#assignedaccesssettings) | ✔️ | | ✔️ | |
|
||||
| [MultiAppAssignedAccessSettings](#multiappassignedaccesssettings) | ✔️ | | ✔️ | |
|
||||
| [AssignedAccessSettings](#assignedaccesssettings) | ✅ | | ✅ | |
|
||||
| [MultiAppAssignedAccessSettings](#multiappassignedaccesssettings) | ✅ | | ✅ | |
|
||||
|
||||
|
||||
## AssignedAccessSettings
|
||||
## AssignedAccessSettings
|
||||
|
||||
Enter the account and the application you want to use for Assigned access, using [the AUMID](../find-the-application-user-model-id-of-an-installed-app.md). When that user account signs in on the device, only the specified app will run.
|
||||
Enter the account and the application you want to use for Assigned access, using [the AUMID](../find-the-application-user-model-id-of-an-installed-app.md). When that user account signs in on the device, only the specified app will run.
|
||||
|
||||
**Example**:
|
||||
**Example**:
|
||||
|
||||
`{"Account":"domain\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}`
|
||||
`{"Account":"domain\user", "AUMID":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}`
|
||||
|
||||
## MultiAppAssignedAccessSettings
|
||||
## MultiAppAssignedAccessSettings
|
||||
|
||||
>[!NOTE]
|
||||
>MultiAppAssignedAccessSettings is supported on Windows 10, version 1709 only.
|
||||
>MultiAppAssignedAccessSettings is supported on Windows 10, version 1709 only.
|
||||
|
||||
Use this setting to configure a kiosk device that runs more than one app.
|
||||
Use this setting to configure a kiosk device that runs more than one app.
|
||||
|
||||
1. Create an assigned access configuration XML file for multiple apps [(desktop](../lock-down-windows-10-to-specific-apps.md) or [HoloLens)](/hololens/hololens-provisioning).
|
||||
2. In Windows Configuration Designer, select **MultiAppAssignedAccessSettings**.
|
||||
3. Browse to and select the assigned access configuration XML file.
|
||||
3. Browse to and select the assigned access configuration XML file.
|
||||
|
||||
## Related topics
|
||||
## Related topics
|
||||
|
||||
- [AssignedAccess configuration service provider (CSP)](/windows/client-management/mdm/assignedaccess-csp)
|
||||
|
Reference in New Issue
Block a user