diff --git a/windows/configuration/assigned-access/assigned-access-configuration-file.md b/windows/configuration/assigned-access/assigned-access-configuration-file.md index b41e1a395b..614ddfd929 100644 --- a/windows/configuration/assigned-access/assigned-access-configuration-file.md +++ b/windows/configuration/assigned-access/assigned-access-configuration-file.md @@ -355,6 +355,8 @@ Limitations: ``` + :::column-end::: +:::row-end::: >[!NOTE] > On Microsoft Entra joined and domain-joined devices, local user accounts aren't disaplyed on the sign-in screen by default. To show the **AutoLogonAccount** on the sign-in screen, enable the policy setting: @@ -365,8 +367,7 @@ Limitations: >[!IMPORTANT] >When Exchange Active Sync (EAS) password restrictions are active on the device, the autologon feature doesn't work. This behavior is by design. For more informations, see [How to turn on automatic logon in Windows](/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon). - :::column-end::: -:::row-end::: + ### Config for individual accounts @@ -399,19 +400,19 @@ Group accounts are specified using ``. Nested groups aren't supported :::row::: -:::column span="1"::: +:::column span="2"::: **Scenario** :::column-end::: -:::column span="3"::: +:::column span="2"::: **XML snippet** :::column-end::: :::row-end::: :::row::: -:::column span="1"::: +:::column span="2"::: **Local group** -:::column-end::: -:::column span="3"::: Specify the group type as **LocalGroup** and put the group name in Name attribute. Any Microsoft Entra accounts that are added to the local group won't have the kiosk settings applied. +:::column-end::: +:::column span="2"::: ```xml @@ -421,11 +422,11 @@ Specify the group type as **LocalGroup** and put the group name in Name attribut :::column-end::: :::row-end::: :::row::: -:::column span="1"::: +:::column span="2"::: **Active Directory group** -:::column-end::: -:::column span="3"::: Both security and distribution groups are supported. Specify the group type as ActiveDirectoryGroup. Use the domain name as the prefix in the name attribute. +:::column-end::: +:::column span="2"::: ```xml @@ -435,11 +436,11 @@ Both security and distribution groups are supported. Specify the group type as < :::column-end::: :::row-end::: :::row::: -:::column span="1"::: +:::column span="2"::: **Microsoft Entra group** -:::column-end::: -:::column span="3"::: Use the object ID of the Microsoft Entra group. You can find the object ID on the overview page for the group in **Users and groups** > **All groups**. Specify the group type as `AzureActiveDirectoryGroup`. The kiosk device must have internet connectivity when users that belong to the group sign-in. +:::column-end::: +:::column span="2"::: ```xml @@ -527,19 +528,20 @@ You can specify user access to Downloads folder, Removable drives, or no restric |`NoRestriction`|`https://schemas.microsoft.com/AssignedAccess/2020/config` (v3)| :::row::: -:::column span="1"::: +:::column span="2"::: **Scenario** :::column-end::: -:::column span="3"::: +:::column span="2"::: **XML snippet** :::column-end::: :::row-end::: :::row::: -:::column span="1"::: +:::column span="2"::: **Block everything** +Either don't use the node or leave it empty :::column-end::: -:::column span="3"::: -Either don't use the node or leave it empty: +:::column span="2"::: + ```xml @@ -547,10 +549,10 @@ Either don't use the node or leave it empty: :::column-end::: :::row-end::: :::row::: -:::column span="1"::: +:::column span="2"::: **Only allow downloads** :::column-end::: -:::column span="3"::: +:::column span="2"::: ```xml @@ -559,10 +561,10 @@ Either don't use the node or leave it empty: :::column-end::: :::row-end::: :::row::: -:::column span="1"::: +:::column span="2"::: **Only allow removable drives** :::column-end::: -:::column span="3"::: +:::column span="2"::: ```xml @@ -571,10 +573,10 @@ Either don't use the node or leave it empty: :::column-end::: :::row-end::: :::row::: -:::column span="1"::: +:::column span="2"::: **Allow both Downloads, and removable drives** :::column-end::: -:::column span="3"::: +:::column span="2"::: ```xml @@ -584,7 +586,7 @@ Either don't use the node or leave it empty: :::column-end::: :::row-end::: :::row::: -:::column span="1"::: +:::column span="2"::: **No restrictions, all locations are allowed** :::column-end::: :::column span="3"::: diff --git a/windows/configuration/assigned-access/images/settings-choose-app.png b/windows/configuration/assigned-access/images/settings-choose-app.png index f73c6083d5..60bae4e5f0 100644 Binary files a/windows/configuration/assigned-access/images/settings-choose-app.png and b/windows/configuration/assigned-access/images/settings-choose-app.png differ