Azure AD Device Registered Column

Zero Nine 116 Reputation points
2020-06-01T11:47:41.093+00:00

I cannot find any way to export the registered date from AAD using any Powershell commandlets.

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

Accepted answer
  1. AmanpreetSingh-MSFT 56,301 Reputation points
    2020-06-01T14:24:42.113+00:00

    Hi @Zero Nine ,

    Unfortunately this is not possible as of now.

    Device CreationTime is stored in deviceSystemMetadata and deviceKey attributes of the device, which are not exposed via Graph API version (api-version=1.6) used by PowerShell. This information is exposed via Graph API (api-version=1.61-internal), which is used by Azure Portal. This is why you can see the CreationTime on Azure Portal but not via PowerShell.

    You may post a feedback regarding this at our feedback portal.

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

    Please do not forget to "Accept the answer" wherever the information provided helps you. This will help others in the community as well.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jai Verma 461 Reputation points
    2020-06-02T08:42:37.5+00:00

    You can look into Azure AD Audit logs and can track date of registration.

    0 comments No comments