Email notification to user when new device is enrolled to intune

Copper Contributor

Hello,

 

Is it possible to send automatic email notifications to the user  when a new device gets enrolled in intune?

2 Replies

@Roiit Not by default, but you can use Azure Monitor and look for that enrollment event with KQL query. From there you can trigger a logic app to send an email to the user. 

 

Here's an example for another use-case, but you'll get the idea.