mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
updates
This commit is contained in:
parent
7ef901fac5
commit
34d0086683
@ -166,7 +166,7 @@ if (-not ($cimObject)) {
|
|||||||
$cimObject.InteractiveLogon_DoNotDisplayLastSignedIn = 1
|
$cimObject.InteractiveLogon_DoNotDisplayLastSignedIn = 1
|
||||||
Set-CimInstance -CimInstance $cimObject
|
Set-CimInstance -CimInstance $cimObject
|
||||||
|
|
||||||
#Configure interactive logon
|
#Configure Windows logon
|
||||||
$className = "MDM_Policy_Config01_WindowsLogon02"
|
$className = "MDM_Policy_Config01_WindowsLogon02"
|
||||||
$instance = "WindowsLogon"
|
$instance = "WindowsLogon"
|
||||||
$cimObject = Get-CimInstance -Namespace $namespaceName -ClassName $className
|
$cimObject = Get-CimInstance -Namespace $namespaceName -ClassName $className
|
||||||
@ -205,7 +205,7 @@ To create a local account, and configure Take a Test in kiosk mode using the Set
|
|||||||
:::image type="content" source="./images/takeatest/login-screen-take-a-test-single-pc.png" alt-text="Windows 11 SE login screen with the take a test account." border="true":::
|
:::image type="content" source="./images/takeatest/login-screen-take-a-test-single-pc.png" alt-text="Windows 11 SE login screen with the take a test account." border="true":::
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> To sign-in with a local account on a device that is joined to Azure AD or Active Directory, you must prefix the username with either `computername\` or `.\`.
|
> To sign-in with a local account on a device that is joined to Azure AD or Active Directory, you must prefix the username with either `<computername>\` or `.\`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user