Quick question device name

a1 26 Reputation points
2023-01-22T10:51:47.4466667+00:00

Hello,

Is it possible to configure 2 devices in 1 azure AD account with the same display name? Is it a common use case?

Thanks

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 119.7K Reputation points MVP Volunteer Moderator
    2023-01-22T11:06:43.8633333+00:00

    It is, yes, as the DeviceName property is not unique-valued within the directory. Here's an example from my tenant:

    [13:05:29][O365]# Get-AzureADDevice -Filter "displayName eq 'New'"

    ObjectId DeviceId DisplayName

    -------- -------- -----------

    ddc7604c-c242-4c0f-b81c-a721a700c9ee 02af79c7-ea0b-46e7-a5cc-5476b0ea3bc8 New

    26ce1385-406c-4b4a-b55b-778191f23e16 d2503afc-5be6-4bb8-af13-38992c959cd4 NEW

    In genera, you should aim to have unique names.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.