From 76b617ab1daeb8760f46949d474729258a0c39cb Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:55:25 -0500 Subject: [PATCH] Refactor account specification examples in assigned-access-configuration-file.md --- .../assigned-access-configuration-file.md | 45 ++++++------------- 1 file changed, 14 insertions(+), 31 deletions(-) diff --git a/windows/configuration/assigned-access/assigned-access-configuration-file.md b/windows/configuration/assigned-access/assigned-access-configuration-file.md index a3a12f7de2..020215a22a 100644 --- a/windows/configuration/assigned-access/assigned-access-configuration-file.md +++ b/windows/configuration/assigned-access/assigned-access-configuration-file.md @@ -399,56 +399,39 @@ The following example shows how to specify an account to sign in automatically, Individual accounts are specified using ``. -:::row::: -:::column span="2"::: -#### Scenario -:::column-end::: -:::column span="2"::: -#### XML snippet -:::column-end::: -:::row-end::: -:::row::: -:::column span="2"::: -**Local user** + +#### Local user Local account can be entered as `devicename\user`, `.\user`, or just `user`. -:::column-end::: -:::column span="2"::: ```xml user ``` -:::column-end::: -:::row-end::: -:::row::: -:::column span="2"::: -**Active Directory user** -Domain accounts should be entered as `domain\samAccountName`. -:::column-end::: -:::column span="2"::: +#### Active Directory user + +Domain accounts must be entered using the format `domain\samAccountName`. + ```xml contoso\user ``` -:::column-end::: -:::row-end::: -:::column span="2"::: -**Microsoft Entra user** -Microsoft Entra account must be specified with the format: `AzureAD\{UPN}`. `AzureAD` must be provided *as is*, then follow with the Microsoft Entra user principal name (UPN). For example, **AzureAD\user@contoso.onmicrosoft.com**. -:::column-end::: -:::column span="2"::: +#### Microsoft Entra user + +Microsoft Entra accounts must be specified with the format: `AzureAD\{UPN}`. `AzureAD` must be provided *as is*, then follow with the Microsoft Entra user principal name (UPN). + ```xml -AzureAD\john@contoso.onmicrosoft.com + + AzureAD\user@contoso.onmicrosoft.com + + ``` -:::column-end::: -:::row-end::: > [!IMPORTANT] > Before applying the Assigned Access configuration, make sure the specified user account is available on the device, otherwise it fails.