IS there any way we can recieve notifications/alert when a new device is joined on Azure AD? we already have that in place via intune.

SELLO MABOTJA 0 Reputation points
2024-05-14T08:03:03.2566667+00:00

We have intune to recieve notifications when a new device is enrolled, I wanted to ask if we can configure the same settings when a device joins azure ad?

Microsoft Entra
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 34,791 Reputation points Microsoft Employee
    2024-05-14T22:35:40.47+00:00

    Hi @SELLO MABOTJA ,

    There isn't an out-of-the-box feature to alert when a new device is joined to Entra ID/Azure AD, so you would have to create something custom.

    For example, you could use Graph API to query the audit logs, get the list of devices, save them, and compare against the next time you run the query. https://learn.microsoft.com/en-us/graph/api/resources/azure-ad-auditlog-overview?view=graph-rest-1.0

    0 comments No comments