Windows 10 Logon: Show Multiple Accounts on Logon Screen

Johannes Ebner 231 Reputation points
2020-11-30T10:07:07.573+00:00

Hello,

I am using a Office365 and M365 Professional Premium Licence for NGOs in a small NGO.

I have 2 Clients and 5 Users.

The 5 Users can signin with their Office365 Email to the Clients (AzureAD) but they need to enter all the time their email on the Logon Screen.

Is there any possiblility to see all Accounts on the login screen and select them instead of typing the Email Address?

Br,
Johannes

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,384 questions
0 comments No comments
{count} votes

Accepted answer
  1. Abhijeet-MSFT 541 Reputation points Microsoft Employee
    2020-11-30T10:55:35.313+00:00

    Hi @Johannes Ebner , you can check the following group policy settings to confirm the behavior:

    1. Type gpedit.msc into Run box, Enter.
    2. Navigate to the following group policy object: Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options
    3. Find the entry "Interactive logon: Don't display last signed-in" and "Interactive logon: Don't display username at sign in" in the right pane.
    4. configure them as "Disabled".

    Besides that, you can also confirm the following group policy is not configured:

    1. Type gpedit.msc into Run box, Enter.
    2. Navigate to the following group policy object: Computer Configuration\Administrative Templates\System\Logon
    3. Find the entry "Block user from showing account details on sign-in" and "Do not enumerate connected users on domain-joined computer" and "Enumerate local users on domain-joined computers" in the right pane.
    4. Configure "Block user from showing account details on sign-in" and "Do not enumerate connected users on domain-joined computer" as "Not configured" or "Disabled".
    1 person found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Johannes Ebner 231 Reputation points
    2020-11-30T12:04:08.477+00:00

    Thanks thats it.

    Now I need to check on how to add this centrally as GPO because for the next Reinstall I will forget it for sure :-)

    0 comments No comments

  2. Johannes Ebner 231 Reputation points
    2020-11-30T13:44:28.02+00:00

    Is this possible via OMA-URI?

    Br,
    Johannes